mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
4 lines
408 B
TypeScript
4 lines
408 B
TypeScript
export declare const shorterThan: import("ts-toolbelt/out/Function/Curry").Curry<(maxChars: number, str: string) => boolean>;
|
|
export declare const shorten: import("ts-toolbelt/out/Function/Curry").Curry<(maxChars: number, strategy: any) => (init: unknown) => unknown>;
|
|
export declare const removeWordsFromBeginning: import("ts-toolbelt/out/Function/Curry").Curry<(maxChars: number, str: string) => unknown>;
|