DefinitelyTyped/types/ipify/index.d.ts
2018-12-15 16:05:26 +01:00

9 lines
304 B
TypeScript

// Type definitions for ipify 2.0
// Project: https://github.com/sindresorhus/ipify#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = ipify;
declare function ipify(endpoint?: string): Promise<string>;