UNPKG

twilio

Version:
11 lines (10 loc) 211 B
/** * @namespace values */ /** * Removes all undefined values of an object * * @param obj - object to filter * @returns object with no undefined values */ export declare function of(obj: Object): Object;