UNPKG

lara-bind

Version:

simple bind function

10 lines (9 loc) 262 B
export declare enum DecoratorKind { CLASS = "class", METHOD = "method", GETTER = "getter", SETTER = "setter", FIELD = "field", ACCESSOR = "accessor" } export default function bind(): (target: Function, context: DecoratorContext) => void;