smartyaml/ts/smartyaml.plugins.ts

7 lines
79 B
TypeScript

import 'typings-global'
import * as jsYaml from 'js-yaml'
export {
jsYaml
}