mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
5 lines
305 B
JavaScript
5 lines
305 B
JavaScript
export var unhandledEntry = Symbol("ts-enum-util:unhandledEntry");
|
|
export var handleNull = Symbol("ts-enum-util:handleNull");
|
|
export var handleUndefined = Symbol("ts-enum-util:handleUndefined");
|
|
export var handleUnexpected = Symbol("ts-enum-util:handleUnexpected");
|
|
//# sourceMappingURL=symbols.js.map
|