5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
import 'typings-global';
|
|
import * as jsYaml from 'js-yaml';
|
|
|
|
export { jsYaml };
|