jsoneo
Version:
A powerful JSON enhancement library that supports all JSON primitives, Date, RegExp, Symbol, Functions, Map, Set, TypedArray and much more! Almost everything in JavaScript.
7 lines (6 loc) • 297 B
TypeScript
export declare const DefaultStartTag = "$SJS$_";
export declare const DefaultEndTag = "_$SJE$";
export declare const VariablePrefix = "$SJV$_";
export declare const SymbolKeyRegExps: RegExp[];
export declare const SymbolKeyPrefixRegExp: RegExp;
export declare const SymbolKeySuffixRegExp: RegExp;