# @i-components/i-util

> The core util lib for i-components

Latest version **1.0.8** (published 2020-11-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install @i-components/i-util
pnpm add @i-components/i-util
yarn add @i-components/i-util
bun add @i-components/i-util
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2020-11-19 |
| First published | 2020-08-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Saminn Liu |
| Maintainers | saminn.liu |

## Links

- npm: https://www.npmjs.com/package/@i-components/i-util
- npm.io page: https://npm.io/package/@i-components/i-util

## Recent versions

- 1.0.8 (latest) — 2020-11-19
- 1.0.7 — 2020-11-19
- 1.0.6 — 2020-11-19
- 1.0.5 — 2020-11-19
- 1.0.4 — 2020-09-14
- 1.0.3 — 2020-09-14
- 1.0.2 — 2020-08-12
- 1.0.1 — 2020-08-12
- 1.0.0 — 2020-08-12

## README

# 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

```bash
npm i i-util
```

## Usage

```javascript
import _i from 'i-util';

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

	const obj={
		name:'tom'
	}

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

```

## License

[MIT](https://opensource.org/licenses/MIT)

[npm-url]: https://www.npmjs.com/package/@i-components/i-util

---
_Source: https://npm.io/package/@i-components/i-util · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
