// Type definitions for project-name 1.0 // Project: https://github.com/jonschlinkert/project-name // Definitions by: Ajil Oommen // 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;