UNPKG
@darkgl/slow-json-stringify
Version:
latest (2.1.1)
2.1.1
2.1.0
The fastest JSON stringifier
github.com/DarkGL/slow-json-stringify
DarkGL/slow-json-stringify
@darkgl/slow-json-stringify
/
dist
/
sjs.d.ts
6 lines
(5 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ attr,
escape
}
from
'./_utils.js'
;
import
type
{
Serializer
,
SjsSchema
,
SjsSerializer
}
from
'./types.js'
;
declare
const
sjs
:
(
schema
:
SjsSchema
) =>
SjsSerializer
;
export
{ sjs, attr,
escape
};
export
type
{
Serializer
};