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
/
_prepare.d.ts
7 lines
(6 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
PreparedSchema
,
SjsSchema
}
from
'./types.js'
;
declare
const
_prepare
:
(
schema
:
SjsSchema
) =>
{
preparedString
:
string
;
preparedSchema
:
PreparedSchema
; };
export
{ _prepare };