UNPKG

sendingnetwork-bot-sdk

Version:
6 lines (5 loc) 222 B
/** * Flags a SDNClient function as needing end-to-end encryption enabled. * @category Encryption */ export declare function requiresCrypto(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;