@4geit/swg-chance-set-false-helper 中文文档教程
@4geit/swg-chance-set-false-helper
机会 mixin 将属性值设置为 false
Installation
- 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
或者使用 yarn
使用以下命令:
yarn add @4geit/swg-chance-set-false-helper
- 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');
// ...
并将它与您的端点控制器之一一起使用,如下所示:
// ...
module.exports = {
// ...
getItems: swgChanceSetFalseHelper(
(req, res) => {
// ...
}
),
// ...
};
@4geit/swg-chance-set-false-helper
chance mixin to set a property value to false
Installation
- 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
- 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) => {
// ...
}
),
// ...
};
更多
你可能也喜欢
- @01/xdata 中文文档教程
- @128keaton/types-url-assembler 中文文档教程
- @14islands/r3f-scroll-rig 中文文档教程
- @20i/distributed-lock 中文文档教程
- @4lch4/koa-router-printer 中文文档教程
- @8base/validate 中文文档教程
- @aboveyou00/capstone-router 中文文档教程
- @aceswap/ace-data 中文文档教程
- @acpaas-ui-widgets/ngx-location-picker 中文文档教程
- @actionsflow/trigger-aws_sns 中文文档教程