UNPKG

@haku-sci/utils

Version:

utils from haku-sci. Library only

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