1234567891011121314151617181920212223 |
- export declare const hasMap: boolean;
- export declare const hasSet: boolean;
- export declare const hasProxies: boolean;
- export declare const NOTHING: Nothing;
- export declare const DRAFTABLE: unique symbol;
- export declare const DRAFT_STATE: unique symbol;
- export declare const iteratorSymbol: typeof Symbol.iterator;
- export declare class Nothing {
- private _;
- }
|