UNPKG

@frui.ts/helpers

Version:
5 lines (4 loc) 151 B
export default function bound(target: any, propertyKey: string, descriptor: PropertyDescriptor): { configurable: boolean; get(): () => any; };