DefinitelyTyped/types/project-name/index.d.ts
2019-04-09 09:55:00 +05:30

12 lines
394 B
TypeScript

// Type definitions for project-name 1.0
// Project: https://github.com/jonschlinkert/project-name
// Definitions by: Ajil Oommen <https://github.com/ajilo297>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = index;
/**
* Type Definition for project-name
* @param cwd The Base Current Working Directory of project
*/
declare function index(cwd?: string): string;