UNPKG

riot

Version:

Simple and elegant component-based UI library

10 lines (7 loc) 266 B
/* Riot v10.1.4, @license MIT */ import { GLOBAL_REGISTRY } from './global-registry.js'; /* istanbul ignore next */ function defineWindowRiotGlobalRegistry() { window[GLOBAL_REGISTRY] = window[GLOBAL_REGISTRY] || {}; } export { defineWindowRiotGlobalRegistry };