codenautas/mini-tools

View on GitHub
src/read-yaml-promise.d.ts

Summary

Maintainability
A
0 mins
Test Coverage

declare module 'read-yaml-promise'{
    function readYaml(fileName:string):Promise<any>;
    namespace readYaml{}
    export = readYaml;
}