0.1.1 • Published 7 years ago
tutim-js v0.1.1
tutim-js
Our life is strawberries
Use
import Strawberry from 'tutim-js';
var berry = new Strawberry();
console.log(berry.sweeten());
// logs "Our life is strawberries.";
// or for custom
console.log(berry.sweeten("Shlomi's"));
// logs "Shlomi's life is strawberries.";