indicative-formatters
TypeScript icon, indicating that this package has built-in type declarations

7.2.4 • Public • Published

Indicative Formatters

Collection of error formatters used by Indicative

circleci-image npm-image

Indicative has first class support for formatting error messages with the help of an Error formatter. This repo contains a handful of them.

Table of contents

Usage

Install the package from npm registry as follows:

npm i indicative-formatters
 
# yarn 
yarn add indicative-formatters

and then use it as follows:

import { VanillaFormatter } from 'indicative-formatters'
 
const formatter = new VanillaFormatter()
formatter.addError('Required validation failed', 'username', { name: 'required', args: [] })
 
// Get all errors
formatter.toJSON()

API Docs

Following are the autogenerated files via Typedoc

Maintainers

Harminder virk

Readme

Keywords

none

Package Sidebar

Install

npm i indicative-formatters

Weekly Downloads

7,121

Version

7.2.4

License

MIT

Unpacked Size

9.64 kB

Total Files

9

Last publish

Collaborators

  • virk