@ip-pilot/are-provided-companies-correct-type
v1.0.1
Published
A demo package that allows you to validate provided companies.
Downloads
6
Readme
are-provided-companies-correct-type
Gettin started
- Install the package
npm i are-provided-companies-correct-type
- How to use it in your file (ex: paste it in an index.js file and then run node index.js):
const { areProvidedCompaniesCorrectType } = require('are-provided-companies-correct-type');
areProvidedCompaniesCorrectType([
{ companyNameWrong: 'lucas', targets: [1] },
{ companyName: 'lucas', targets: ['hello'] },
]);
Built with
Company
IP Pilot: