DefinitelyTyped/types/yaml/map.d.ts
2018-09-21 18:19:01 +08:00

4 lines
119 B
TypeScript

import * as YAML from "./index";
declare const MapConstructor: YAML.ast.MapConstructor;
export default MapConstructor;