jeremyfa / yaml.js

Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ES6 Import Syntax

Tzvetelin88 opened this issue · comments

Can it be used with:
import * as jsyaml from 'yamljs';
or
import { yamljs } from 'yamljs';