版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345
  1. // `export * as default from ...` fails on Webpack v4
  2. // https://github.com/eemeli/yaml/issues/228
  3. import * as YAML from './dist/index.js'
  4. export default YAML
  5. export * from './dist/index.js'