Skip to main content
Module

x/js_yaml_port/js-yaml.js>loadAll

This is a simple and crude port of JS-YAML for Deno.
Latest
function loadAll
import { loadAll } from "https://deno.land/x/js_yaml_port@3.14.0/js-yaml.js";

Parameters

str: string
optional
iterator: null
optional
opts: LoadOptions

Returns

any[]

Parameters

str: string
iterator: (doc: any) => void
optional
opts: LoadOptions