We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e800c commit b2461f5Copy full SHA for b2461f5
index.d.ts
@@ -1,6 +1,6 @@
1
declare module 'reading-time' {
2
interface IOptions {
3
- wordBound?: () => boolean;
+ wordBound?: (char: string) => boolean;
4
wordsPerMinute?: number;
5
}
6
0 commit comments