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
/
_select.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
type
{
Chunk
}
from
'./types.js'
;
declare
const
_select
:
(
chunks
:
Chunk
[]
) =>
(
value
:
any
,
index
:
number
) =>
string
;
export
{ _select };