Skip to main content
Module

x/yaml_loader/yaml_loader.ts>YamlLoader#parseFile

A yaml file loader & parser module for Deno
Latest
method YamlLoader.prototype.parseFile
import { YamlLoader } from "https://deno.land/x/yaml_loader@v0.1.0/yaml_loader.ts";

Takes the filePath and returns the parsed yaml as an object. Requires the --allow-read flag.

Parameters

filePath: string

Location of the yaml file that is to be parsed.