Initial commit
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
import yaml from '../index.js'
|
||||
|
||||
const {
|
||||
Type,
|
||||
Schema,
|
||||
FAILSAFE_SCHEMA,
|
||||
JSON_SCHEMA,
|
||||
CORE_SCHEMA,
|
||||
DEFAULT_SCHEMA,
|
||||
load,
|
||||
loadAll,
|
||||
dump,
|
||||
YAMLException,
|
||||
types,
|
||||
safeLoad,
|
||||
safeLoadAll,
|
||||
safeDump
|
||||
} = yaml
|
||||
|
||||
export {
|
||||
Type,
|
||||
Schema,
|
||||
FAILSAFE_SCHEMA,
|
||||
JSON_SCHEMA,
|
||||
CORE_SCHEMA,
|
||||
DEFAULT_SCHEMA,
|
||||
load,
|
||||
loadAll,
|
||||
dump,
|
||||
YAMLException,
|
||||
types,
|
||||
safeLoad,
|
||||
safeLoadAll,
|
||||
safeDump
|
||||
}
|
||||
|
||||
export default yaml
|
||||
Reference in New Issue
Block a user