UNPKG

ts-opaque

Version:

Easy-to-use library that implements opaque types in TypeScript!

14 lines (13 loc) 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * `Symbols` is a namespace holding all the symbols used internally within * `ts-opaque`. Exposed for convenience, although should not need be used in * most cases. */ // This is mainly so typedoc doesn't register these variables as global // constants. // eslint-disable-next-line @typescript-eslint/no-namespace var Symbols; (function (Symbols) { })(Symbols || (Symbols = {}));