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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    10
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i rfunc-schemas

Weekly Downloads

10

Version

1.0.2

License

MIT

Unpacked Size

15.9 kB

Total Files

28

Last publish

Collaborators

  • okunishinishi