1.0.1 • Published 4 years ago

sometemp v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

SomeTemp

Installation

npm install sometemp

Usage

    var st = require('sometemp');
    // With this you can stock var 

    var someText = "Lorem"
    st.SetTemp(someText) //this function return an id, you can stock him or you know him already (0, 1, 2, etc...)

    console.log(st.GetTemp(0)) // Return Lorem

Changelog

1.0.0 : Release 1.0.1 : Simple correction