1.0.0 • Published 6 years ago
@feizheng/next-try-set-get
Licence
MIT
Version
1.0.0
Deps
1
Size
4 kB
Vulns
0
Weekly
0
next-try-set-get
Try to set value then return the value.
installation
npm install -S @feizheng/next-try-set-get
usage
import '@feizheng/next-try-set-get';
const obj = { name: 'fei', email: '1290657123@qq.com' };
const res1 = nx.trySetGet(obj, 'name', 'feizheng');
const res2 = nx.trySetGet(obj, 'github', 'afeiship');
// results:
// afei
// afeiship