@_immo/return 中文文档教程
return-js
The practical way to return values
How to use
只需使用 npm i @_immo/return
或 yarn add @_immo/return
将包包含在您的项目中,然后按如下方式使用包
const _return = require("@_immo/return");
const a = 1;
function() {
_return(a);
}
return-js
The practical way to return values
How to use
Just simply include the package in your project using npm i @_immo/return
or yarn add @_immo/return
and use the package as follows
const _return = require("@_immo/return");
const a = 1;
function() {
_return(a);
}