# indicative-utils

> Reusable utilities for indicative validation library

Latest version **7.0.4** (published 2019-12-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install indicative-utils
pnpm add indicative-utils
yarn add indicative-utils
bun add indicative-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 | 7.0.4 |
| Published | 2019-12-08 |
| First published | 2019-03-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 10.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | virk,poppinss |
| Maintainers | virk |
| Keywords | utils, indicative |

## Links

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

## Dependencies (1)

- [lodash.get](https://npm.io/package/lodash.get.md) ^4.4.2

## Recent versions

- 7.0.4 (latest) — 2019-12-08
- 1.0.1 (alpha) — 2019-06-09
- 7.0.3 — 2019-12-02
- 7.0.1 — 2019-07-08
- 1.0.2 — 2019-07-07
- 1.0.0 — 2019-06-08
- 7.0.0 — 2019-04-01
- 6.0.0 — 2019-03-29

## README

<div align="center">
  <img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1557762307/poppinss_iftxlt.jpg" width="600px">
</div>

# Indicative Utils
[![circleci-image]][circleci-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]

> Collection of utilities used by Indicative packages.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of contents

- [Usage](#usage)
- [API Docs](#api-docs)
- [Maintainers](#maintainers)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Usage
Install the package from npm registry as follows:

```sh
npm i indicative-utils

# yarn
yarn add indicative-utils
```

and then use it as follows:

```ts
import {
  cast,
  ensureLength,
  getValue,
  patchValue,
  skippable
} from 'indicative-utils'
```

## API Docs
Following are the autogenerated files via Typedoc

* [API](docs/README.md)

## Maintainers
[Harminder virk](https://github.com/thetutlage)

[circleci-image]: https://img.shields.io/circleci/project/github/poppinss/indicative-utils/master.svg?style=for-the-badge&logo=circleci
[circleci-url]: https://circleci.com/gh/poppinss/indicative-utils "circleci"

[npm-image]: https://img.shields.io/npm/v/indicative-utils.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/indicative-utils "npm"

[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript

[license-url]: LICENSE.md
[license-image]: https://img.shields.io/aur/license/pac.svg?style=for-the-badge

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