DefinitelyTyped/types/humanize-url/index.d.ts
2018-12-07 23:52:35 +01:00

9 lines
315 B
TypeScript

// Type definitions for humanize-url 2.0
// Project: https://github.com/sindresorhus/humanize-url#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = humanizeUrl;
declare function humanizeUrl(url: string): string;