UNPKG
jsoncrush
Version:
latest (1.1.8)
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
0.1.0
Compress JSON in URL friendly strings
github.com/KilledByAPixel/JSONCrush
KilledByAPixel/JSONCrush
jsoncrush
/
JSONCrush.d.ts
6 lines
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
// Typescript type definition for JSONCrush
declare
const
JSON
Crush
: {
crush
(
input
:
string
,
maxSubstringLength
?:
number
):
string
,
uncrush
(
input
:
string
):
string
};
export
default
JSON
Crush;