Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ helper Public

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

lnixz/helper

Repository files navigation

js-helper

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

安装:

npm i @xinliang/helper

使用示例:

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

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

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

构建产物:

npm run build

运行测试用例:

npm test

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •