@ip-pilot/are-provided-companies-correct-type

1.0.1 • Public • Published

are-provided-companies-correct-type

Gettin started

  1. Install the package
npm i are-provided-companies-correct-type
  1. 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:

Package Sidebar

Install

npm i @ip-pilot/are-provided-companies-correct-type

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

1.5 kB

Total Files

3

Last publish

Collaborators

  • ippilot
  • luka.popovic