UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

7 lines (6 loc) 123 B
/** * Used for identifying modules. * * @internal */ export const MODULE: unique symbol = Symbol.for("Alepha.Module");