@_immo/return

1.1.1 • Public • Published

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);
}

Dependents (1)

Package Sidebar

Install

npm i @_immo/return

Weekly Downloads

0

Version

1.1.1

License

AGPL-3.0

Unpacked Size

1.84 kB

Total Files

4

Last publish

Collaborators

  • _immo