7 lines
79 B
TypeScript
7 lines
79 B
TypeScript
import 'typings-global'
|
|
import * as jsYaml from 'js-yaml'
|
|
|
|
export {
|
|
jsYaml
|
|
}
|