We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d41ea0 commit 44e92c0Copy full SHA for 44e92c0
1 file changed
lib/src/rules/length.ts
@@ -11,10 +11,6 @@ export function parseLengthParams(customParams: LengthParams, errorMessage: stri
11
return length;
12
}
13
14
-interface LengthValidatorFunction {
15
- (value: string, length: number): boolean;
16
-}
17
-
18
export function isLengthValid(
19
value,
20
length: number,
0 commit comments