UNPKG

136 BTypeScriptView Raw
1declare const _: unique symbol;
2/**
3 * A placeholder that is used in various ways
4 */
5export declare type x = typeof _ & {};
6export {};