mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
feat: Added words and sentences.
This commit is contained in:
3
lib/sentences.d.ts
vendored
Normal file
3
lib/sentences.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export declare function sentencesLazy(str: string, pattern?: RegExp): Generator<string>;
|
||||
export declare function sentences(str: string, pattern?: RegExp): string[];
|
||||
export declare function countSentences(str: string, pattern?: RegExp): number;
|
||||
Reference in New Issue
Block a user