1.0.8 • Published 4 years ago

@i-components/i-util v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

i-util


A pure es module util for i-components

The v1.0.0 is an initial version, some useful basic functions will be added later

Install

npm i i-util

Usage

import _i from 'i-util';

async main()=>{
	await _i.sleep(1000);//delay 1000ms

	const obj={
		name:'tom'
	}

	await _i.deepCopy(obj);
}
main()

License

MIT

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago