An open API service indexing awesome lists of open source software.

https://github.com/antonmedv/yaml-bundle-build

A bundled, minified version of yaml package
https://github.com/antonmedv/yaml-bundle-build

Last synced: 5 months ago
JSON representation

A bundled, minified version of yaml package

Awesome Lists containing this project

README

          

import {parse, stringify} from 'yaml'

globalThis.YAML = {parse, stringify}