smartyaml/ts/smartyaml.plugins.ts

5 lines
80 B
TypeScript

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