# object **Repository Path**: mirrors_component/object ## Basic Information - **Project Name**: object - **Description**: Object utilities - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # object Object utils. ## API ### .keys(obj) Return the keys for `obj`. ### .values(obj) Return the values for `obj`. ### .length(obj) Return the number of keys for `obj`. ### .isEmpty(obj) Check if `obj` is empty. ### .merge(a, b) Merge object `b` into `a`, returns `a`. Precedence is given to `b`. ## License MIT