UNPKG

@haku-sci/utils

Version:

utils from haku-sci. Library only

2 lines (1 loc) 207 B
export declare function RestrictSender(allowedSenders: string[]): <TFunction extends Function, Y>(target: TFunction | object, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;