UNPKG
json-canonicalize
Version:
latest (1.1.0)
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
JSON canonicalize function
github.com/snowyu/json-canonicalize.ts
snowyu/json-canonicalize.ts
json-canonicalize
/
types
/
canonicalize-ex.d.ts
7 lines
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
IOptions
{
exclude
?:
string
|
string
[];
include
?:
string
[];
allowCircular
?:
boolean
; }
export
declare
function
canonicalizeEx
(
obj
:
any
,
options
?:
IOptions
):
string
;
//# sourceMappingURL=canonicalize-ex.d.ts.map