1.0.8 • Published 5 years ago

@i-components/i-util v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago