1.0.3 • Published 7 years ago
yaml-to-js v1.0.3
Takes a path pointing to a yaml file and returns a javascript object with the parsed contents;
Example:
import yamlToJS from 'yaml-to-js';
const yaml = yaml('./data.yml');
Takes a path pointing to a yaml file and returns a javascript object with the parsed contents;
Example:
import yamlToJS from 'yaml-to-js';
const yaml = yaml('./data.yml');