We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a22bd6 commit 59e8063Copy full SHA for 59e8063
index.d.ts
@@ -61,8 +61,8 @@ export interface CharOptions {
61
}
62
63
export interface Char {
64
- (input: Input, options?: Partial<Char>): string
65
- options(overrides?: Partial<Char>): this
+ (input: Input, options?: Partial<CharOptions>): string
+ options(overrides?: Partial<CharOptions>): this
66
67
68
declare const char: Char
0 commit comments