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
- Host: GitHub
- URL: https://github.com/antonmedv/yaml-bundle-build
- Owner: antonmedv
- Created: 2024-03-06T07:38:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T09:03:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T22:53:26.659Z (10 months ago)
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.js
Awesome Lists containing this project
README
import {parse, stringify} from 'yaml'
globalThis.YAML = {parse, stringify}