1.1.1 • Published 5 years ago

@_immo/return v1.1.1

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
5 years ago

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

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago