Skip to content

Commit 4dee5e7

Browse files
committed
chore: use typedef (dgeni support)
1 parent 9d4111d commit 4dee5e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
import {Type} from 'angular2/src/facade/lang';
22
import {List} from 'angular2/src/facade/collection';
33

4-
export {Function as GetterFn};
5-
export {Function as SetterFn};
6-
export {Function as MethodFn};
7-
8-
// TODO replace once dgeni is fixed
9-
/**
104
export type SetterFn = (obj: any, value: any) => void;
115
export type GetterFn = (obj: any) => any;
126
export type MethodFn = (obj: any, args: List<any>) => any;
13-
**/

0 commit comments

Comments
 (0)