https://github.com/makeomatic/ms-users-schemas
https://github.com/makeomatic/ms-users-schemas
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/makeomatic/ms-users-schemas
- Owner: makeomatic
- Created: 2015-11-13T12:41:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T20:42:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T03:14:41.892Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MS users schemas
Contains schemas for ms-users
## Install
`npm i ms-users-schemas -S`
## Usage
```js
const Validation = require('ms-amqp-validation');
const validation = new Validation(require('ms-users-schemas'));
```