UNPKG

yaml-refs

Version:

Load YAML files with refs

12 lines (9 loc) 236 B
# Read YAML files with refs minuscule wrapper of [json-refs](https://github.com/whitlockjc/json-refs) that works with YAML ### Usage ``` yamlRefs(filepath).then((parsedObject) => { console.log(parsedObject.propertyFoo); ... } ```