DefinitelyTyped/types/git-user-email/index.d.ts
2018-12-25 18:33:25 +01:00

9 lines
304 B
TypeScript

// Type definitions for git-user-email 0.2
// Project: https://github.com/jonschlinkert/git-user-email
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = gitUserEmail;
declare function gitUserEmail(): string;