We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6c45d commit bfc0b1dCopy full SHA for bfc0b1d
classes/IFilter.ts
@@ -1,6 +1,6 @@
1
module ClassRegistry {
2
3
export interface IFilter {
4
- filter(input: string): string;
+ filter(input: any): any;
5
}
6
0 commit comments