yaml-refs
v1.0.0
Published
Load YAML files with refs
Downloads
783
Readme
Read YAML files with refs
minuscule wrapper of json-refs that works with YAML
Usage
yamlRefs(filepath).then((parsedObject) => {
console.log(parsedObject.propertyFoo);
...
}