@kemitchell/validate-billing

0.4.0 • Public • Published

Validate legal project billing entries

npm install @kemitchell/validate-billing
var validate = require('@kemitchell/validate-billing')

var result = validate(require('./billing-entry.json'))

if (!result.valid) {
  console.error(result.errors) }

Readme

Keywords

none

Package Sidebar

Install

npm i @kemitchell/validate-billing

Weekly Downloads

4

Version

0.4.0

License

Apache-2.0

Last publish

Collaborators

  • kemitchell