# @dccs/utils

> A collection of small to medium sized utils that don't fit into a package of their own.

Latest version **1.0.1** (published 2023-01-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install @dccs/utils
pnpm add @dccs/utils
yarn add @dccs/utils
bun add @dccs/utils
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-01-16 |
| First published | 2019-01-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | dccsit |

## Links

- npm: https://www.npmjs.com/package/@dccs/utils
- npm.io page: https://npm.io/package/@dccs/utils

## Recent versions

- 1.0.1 (latest) — 2023-01-16
- 0.2.2 — 2019-10-17
- 0.2.1 — 2019-09-25
- 0.2.0 — 2019-09-25
- 0.1.2 — 2019-01-24

## README

# utils &middot; ![travis build](https://img.shields.io/travis/DCCS-IT-Business-Solutions/utils.svg) ![npm version](https://img.shields.io/npm/v/@dccs/utils.svg)

A collection of small to medium sized utils that don't fit into a package of their own.

@dccs/utils is written in [Typescript](https://www.typescriptlang.org/) and comes with its own type definitions.

## Installation

You should install [utils with npm or yarn](https://www.npmjs.com/package/@dccs/utils):

    npm install @dccs/utils
    or
    yarn add @dccs/utils

This command will download and install utils and all required dependencies.

## Features

## sleep

Retuns a `Promise` that resolves after `ms` milliseconds.

```javascript
sleep(1000).then(() => console.log("after 1 second"));

// Or with the async syntax:
await sleep(1000);
console.log("after 1 second");
```

## Contributing

### License

@dccs/utils is [MIT licensed](https://github.com/facebook/react/blob/master/LICENSE)

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