mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
318 B
TypeScript
9 lines
318 B
TypeScript
// Type definitions for humanize-string 1.0
|
|
// Project: https://github.com/sindresorhus/humanize-string/
|
|
// Definitions by: Kevin Nacios <https://github.com/ragnarok56>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function humanizeString(text: string): string;
|
|
|
|
export = humanizeString;
|