UNPKG

450 BTypeScriptView Raw
1export declare const DEFAULT_EPS = 0.000001;
2/**
3 * Internal use only. **Do NOT use in user land code!**
4 *
5 * @internal
6 */
7export declare const SEMAPHORE: unique symbol;
8/**
9 * No-effect placeholder function.
10 */
11export declare const NO_OP: () => void;
12/**
13 * Catch-all event ID
14 */
15export declare const EVENT_ALL = "*";
16export declare const EVENT_ENABLE = "enable";
17export declare const EVENT_DISABLE = "disable";
18//# sourceMappingURL=api.d.ts.map
\No newline at end of file