rfunc-schemas

1.0.2 • Public • Published

rfunc-schemas

Build Status npm Version JS Standard

Schemas for rfunc

Installation

$ npm install rfunc-schemas --save

Usage

'use strict'
 
const { InvokeSchema } = require('rfunc-schemas')
const aschema = require('aschema')
 
let errors = aschema(InvokeSchema).validate({
  // Values to validate
  /* ... */
})
 

Schemas

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i rfunc-schemas

Weekly Downloads

21

Version

1.0.2

License

MIT

Unpacked Size

15.9 kB

Total Files

28

Last publish

Collaborators

  • okunishinishi