mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
fix: re-built code.
This commit is contained in:
3
lib/shorten.d.ts
vendored
Normal file
3
lib/shorten.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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>;
|
||||
Reference in New Issue
Block a user