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 9d4111d commit 4dee5e7Copy full SHA for 4dee5e7
modules/angular2/src/reflection/types.ts
@@ -1,13 +1,6 @@
1
import {Type} from 'angular2/src/facade/lang';
2
import {List} from 'angular2/src/facade/collection';
3
4
-export {Function as GetterFn};
5
-export {Function as SetterFn};
6
-export {Function as MethodFn};
7
-
8
-// TODO replace once dgeni is fixed
9
-/**
10
export type SetterFn = (obj: any, value: any) => void;
11
export type GetterFn = (obj: any) => any;
12
export type MethodFn = (obj: any, args: List<any>) => any;
13
-**/
0 commit comments