@io-arc/read-yamlTranspile YAML to JSON. Using to js-yaml.Usage#$ npm i @io-arc/read-yamlCopyindex.tsimport ReadYaml from '@io-arc/read-yaml' const json = ReadYaml('foo', ['data'])// -> read to data/foo.ymlCopyFunctions#ReadYaml(filename, dir)#Return: JSONParametersparamstypedefaultdescriptionfilenamestring-Read YAML filenamedirstring[]-Directory name array