DefinitelyTyped/types/fullname/index.d.ts
2017-08-20 15:37:53 -07:00

9 lines
285 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;