Skip to main content
Module

x/yaml/browser/index.js

YAML parser and stringifier for JavaScript
Latest
File
// `export * as default from ...` fails on Webpack v4// https://github.com/eemeli/yaml/issues/228import * as YAML from './dist/index.js'export default YAMLexport * from './dist/index.js'