UNPKG

228 BPlain TextView Raw
1// Hacked around lack of symbol indexers, see:
2// https://github.com/Microsoft/TypeScript/issues/1863
3//
4// const x: unique symbol = Symbol("@authx/authx");
5export const x: "x" = Symbol("@authx/authx") as any;
6export default x;