/yaml-bundle-build

A bundled, minified version of yaml package

import {parse, stringify} from 'yaml'

globalThis.YAML = {parse, stringify}