UNPKG

286 BTypeScriptView Raw
1export declare const CUSTOM_CAPTION = "custom";
2export declare const OBJECT_CAPTION = "object";
3export declare const ARRAY_CAPTION = "array";
4export declare const CLASS_CAPTION = "class";
5export declare const FUNCTION_CAPTION = "func";
6export declare const ELEMENT_CAPTION = "element";