decentrand
Version:
Decentraland CLI developer tool.
11 lines • 483 B
TypeScript
export declare function getOrElse(value: any, def: any): any;
/**
* Returns an object with the specified attributes with null as value
*/
export declare function createEmptyObj(attributes: string[], obj?: any): any;
/**
* Filter undefined keys from provided object
*/
export declare function removeEmptyKeys(obj: Record<string, unknown>): Record<string, unknown>;
export declare function isRecord(obj: unknown): obj is Record<string, unknown>;
//# sourceMappingURL=index.d.ts.map