Skip to content

Commit a89779f

Browse files
refactor(AreString): change the parameter name
1 parent ef2c55f commit a89779f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export type AreString = (...params: any) => boolean;
1+
export type AreString = (...value: any) => boolean;

0 commit comments

Comments
 (0)