UNPKG
json-tim
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.3
0.0.2
0.0.1
0.0.0
Functions for timsort with SQL-like json
gitlab.com/SumNeuron/json-tim
json-tim
/
src
/
index.js
12 lines
(9 loc)
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ identity, timsort, sortableRecords, isRecordSortable, stringSort, numberSort, simpleSort }
from
'./jsontim/timsort.js'
let
jsontim = { identity, timsort, sortableRecords, isRecordSortable, stringSort, numberSort, simpleSort }
export
default
jsontim