Files
DefinitelyTyped/fullname/index.d.ts
2016-04-27 21:30:22 -07:00

9 lines
286 B
TypeScript

// Type definitions for fullname v2.1.0
// Project: https://www.npmjs.com/package/fullname
// Definitions by: Klaus Reimer <https://github.com/kayahr/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function fullname(): Promise<string>;
export = fullname;