Skip to content

Commit 44e92c0

Browse files
committed
Removed unused interface.
1 parent 9d41ea0 commit 44e92c0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/src/rules/length.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ export function parseLengthParams(customParams: LengthParams, errorMessage: stri
1111
return length;
1212
}
1313

14-
interface LengthValidatorFunction {
15-
(value: string, length: number): boolean;
16-
}
17-
1814
export function isLengthValid(
1915
value,
2016
length: number,

0 commit comments

Comments
 (0)