Skip to content

Commit bfc0b1d

Browse files
author
Jens
committed
anyWay!
1 parent fd6c45d commit bfc0b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/IFilter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ClassRegistry {
22

33
export interface IFilter {
4-
filter(input: string): string;
4+
filter(input: any): any;
55
}
66
}

0 commit comments

Comments
 (0)