UNPKG

@nomad-xyz/sdk

Version:
7 lines 220 B
/** * Replaces all null values in an object with `undefined` * @param obj an object * @returns object with no null values */ export declare function nulls2undefined(obj: any): any; //# sourceMappingURL=utils.d.ts.map