setnext

1.0.0 • Public • Published

setnext

Install

npm install --save setnext

Example

var setNext = require('setnext');
 
var someValue = 'A string';
setNext(someValue).then(function(someValue){
    console.log(someValue);
});

API

setNext(value) -> Promise

The value argument is optional.

Package Sidebar

Install

npm i setnext

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hollowdoor