@clynn-fe/akfe-editor-jsonf
Version:
JSON methods support function parse and stringify
19 lines (18 loc) • 472 B
TypeScript
export declare const LeFE_Prefix = "$%LeFEJSON";
export declare const Segment = "_%#@*_";
export declare const UndefinedReplacer = "$undef_r";
export declare enum ETypeStrings {
undefined = "undefined",
Infinity = "Infinity",
NaN = "NaN",
BigInt = "BigInt",
Symbol = "Symbol",
Function = "Function",
Date = "Date",
Set = "Set",
Map = "Map"
}
export declare enum EInfinityString {
negative = "-Infinity",
positive = "Infinity"
}