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