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
/
_makeChunks.d.ts
4 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
import
type
{
Chunk
,
QueueItem
}
from
'./types.js'
;
declare
const
_makeChunks
:
(
str
:
string
,
queue
:
QueueItem
[]
) =>
Chunk
[];
export
{ _makeChunks };