UNPKG
sharec-schema
Version:
latest (3.1.0)
3.1.0
3.0.0
3.0.0-alpha.0
2.10.7
2.10.5
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.1
2.8.0
2.7.1
Utilities for configuration files merge
sharec.js.org
lamartire/sharec
sharec-schema
/
types
/
parsers
/
index.d.ts
4 lines
(3 loc)
•
86 B
TypeScript
View Raw
1
2
3
4
import
json =
require
(
'./json'
)
import
yaml =
require
(
'./yaml'
)
export
{ json, yaml }