/indicative-utils

Utilities for Indicative validation library

Primary LanguageTypeScriptMIT LicenseMIT

Indicative Utils

circleci-image npm-image license-image

Collection of utilities used by Indicative packages.

Table of contents

Usage

Install the package from npm registry as follows:

npm i indicative-utils

# yarn
yarn add indicative-utils

and then use it as follows:

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

API Docs

Following are the autogenerated files via Typedoc

Maintainers

Harminder virk