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
/
_makeQueue.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
import
type
{
PreparedSchema
,
QueueItem
,
SjsSchema
}
from
'./types.js'
;
declare
const
_makeQueue
:
(
preparedSchema
:
PreparedSchema
,
originalSchema
:
SjsSchema
) =>
QueueItem
[];
export
{ _makeQueue };