mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
394 B
TypeScript
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;
|