UNPKG

@angular-package/property

Version:
2 lines (1 loc) 111 B
export declare type GetterCallback<Obj, Key extends keyof Obj> = (key: Key, instance: Obj) => Obj[Key] | void;