@jswork/next-try-set
v1.0.1
Published
Try to set value then return the value.
Downloads
9
Readme
next-try-set
Try to set value then return the value.
installation
npm install -S @jswork/next-try-set
usage
import '@jswork/next-try-set';
const obj = { name: 'fei', email: '[email protected]' };
const res1 = nx.trySet(obj, 'name', 'feizheng');
const res2 = nx.trySet(obj, 'github', 'afeiship');
// results:
// afei
// afeiship
license
Code released under the MIT license.