temporarily add SAPI
This commit is contained in:
parent
19f49e4a9d
commit
5622037719
9 changed files with 452 additions and 1 deletions
6
SimplyAPI/index.js
Normal file
6
SimplyAPI/index.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const SimplyAPI = require('./lib/SimplyAPI')
|
||||
|
||||
SimplyAPI.Validate = require('./lib/Validate')
|
||||
SimplyAPI.Schemas = require('./lib/Schemas')
|
||||
|
||||
module.exports = SimplyAPI;
|
||||
Loading…
Add table
Add a link
Reference in a new issue