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