@erwanriou/test_booker_common
v1.1.38
Published
Main microservice library to handle middleware, factories and models
Downloads
4
Readme
test_booker_common
Main Repository to handle factories, middleware and models.
Table of Contents
Install
in the CLI
npm i --save @erwanriou/test_booker_common
How it work
You need to import the model function and then launch it
const Import = require("@erwanriou/test_booker_common")
const ImportedElement = Import("folderName", "FileName")