smartyaml/ts/smartyaml.plugins.ts

5 lines
80 B
TypeScript
Raw Normal View History

import 'typings-global';
import * as jsYaml from 'js-yaml';
2017-05-25 13:09:01 +00:00
export { jsYaml };