DefinitelyTyped/types/string-length/index.d.ts
2018-12-17 23:58:25 +01:00

9 lines
321 B
TypeScript

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