# helper **Repository Path**: xinlone/helper ## Basic Information - **Project Name**: helper - **Description**: 🚀js 助手,各种数据处理方法集合 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-29 - **Last Updated**: 2023-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js-helper > 🚀js 助手,各种数据处理方法集合 🎈 **安装:** ```shell npm i @xinliang/helper ``` **使用示例:** ```javascript import { helper } from '@xinliang/helper'; const obj = { a: 'a', b: 'b', c: 'c', } console.log(helper.deleteAttributeInObject(obj, 'a')); // => { b: 'b', c: 'c' } ``` **构建产物:** ```shell npm run build ``` **运行测试用例:** ```shell npm test ```