UNPKG

@chbrown/bind

Version:
3 lines (2 loc) 185 B
declare function bind<T extends Function>(target: object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T> | void; export default bind;