indicative-formatters
v7.2.4
Published
A collection of formatters used by Indicative
Readme
Indicative Formatters
Collection of error formatters used by Indicative
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-formattersand 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
