UNPKG
fast-json-stringify
Version:
latest (6.1.1)
one (1.21.0)
6.1.1
6.1.0
6.0.1
6.0.0
5.16.1
5.16.0
5.15.1
5.15.0
5.14.1
5.14.0
5.13.0
5.12.0
5.11.1
5.11.0
5.10.0
5.9.2
5.9.1
5.9.0
5.8.0
5.7.0
5.6.2
5.6.1
5.6.0
5.5.0
5.4.1
5.4.0
5.3.0
5.2.0
5.1.0
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.2.0
4.1.0
4.0.0
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.7.13
2.7.12
2.7.11
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.21.0
1.20.2
1.20.1
1.20.0
1.19.0
1.18.0
1.17.0
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.7
1.15.6
1.15.5
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.0
1.13.1
1.13.0
1.12.0
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.0
1.9.2
1.9.1
1.9.0
1.8.0
1.7.2
1.7.1
1.7.0
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.17.0
0.16.0
0.15.1
0.15.0
0.14.0
0.13.1
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Stringify your JSON at max speed
github.com/fastify/fast-json-stringify
fastify/fast-json-stringify
fast-json-stringify
/
lib
/
merge-schemas.js
10 lines
(6 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
const
{
mergeSchemas
: _mergeSchemas } =
require
(
'@fastify/merge-json-schemas'
)
function
mergeSchemas
(
schemas
) {
return
_mergeSchemas
(schemas, {
onConflict
:
'skip'
}) }
module
.
exports
= mergeSchemas