A pure es module util for i-components The v1.0.0 is an initial version, some useful basic functions will be added later
A pure es module util for i-components
The v1.0.0 is an initial version, some useful basic functions will be added later
npm i i-util
import _i from 'i-util'; async main()=>{ await _i.sleep(1000);//delay 1000ms const obj={ name:'tom' } await _i.deepCopy(obj); } main()
MIT