reactant-module
Version:
A module model for Reactant
7 lines (6 loc) • 382 B
text/typescript
export const containerKey: unique symbol = Symbol('container');
export const identifierKey: unique symbol = Symbol('identifier');
export const modulesKey: unique symbol = Symbol('modules');
export const nameKey: unique symbol = Symbol('name');
export const initStateKey: unique symbol = Symbol('initState');
export const dynamicModulesKey: unique symbol = Symbol('dynamicModules');