Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method YamlLoader.prototype.parseFile
import { YamlLoader } from "https://deno.land/x/deno_proxy@v1.4.1/deps.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.