UNPKG

nt-auto-bind

Version:
7 lines (6 loc) 214 B
declare var _default: <T extends Function>(target: any, key: string, descriptor: TypedPropertyDescriptor<T>) => { configurable: boolean; get(): any; set(newValue: any): any; }; export default _default;