UNPKG

alepha

Version:

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

7 lines (6 loc) 122 B
/** * Used for identifying primitives. * * @internal */ export const KIND: unique symbol = Symbol.for("Alepha.Kind");