@xinliang/helper

1.0.1 • Public • Published

js-helper

🚀js 助手,各种数据处理方法集合

使用实例:

import { helper } from '@xinliang/helper';

const obj = {
    a: 'a',
    b: 'b',
    c: 'c',
}

console.log(helper.deleteAttributeInObject(obj, 'a'));
// => { b: 'b', c: 'c' }

Readme

Keywords

Package Sidebar

Install

npm i @xinliang/helper

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

6.43 kB

Total Files

5

Last publish

Collaborators

  • xinliang