@4geit/swg-chance-set-false-helper

1.10.1 • Public • Published

@4geit/swg-chance-set-false-helper npm version


chance mixin to set a property value to false

Installation

  1. A recommended way to install @4geit/swg-chance-set-false-helper is through npm package manager using the following command:
npm i @4geit/swg-chance-set-false-helper --save

Or use yarn using the following command:

yarn add @4geit/swg-chance-set-false-helper
  1. All you have to do is to import the @4geit/swg-chance-set-false-helper package in your controller or mock file as below:
// ...
const swgChanceSetFalseHelper = require('@4geit/swg-chance-set-false-helper');
// ...

And use it with one of your endpoint controller as below:

// ...
module.exports = {
  // ...
  getItems: swgChanceSetFalseHelper(
    (req, res) => {
      // ...
    }
  ),
  // ...
};

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @4geit/swg-chance-set-false-helper

      Weekly Downloads

      0

      Version

      1.10.1

      License

      MIT

      Last publish

      Collaborators

      • geraldinestarke
      • fabianstarke
      • canercandan