UNPKG

tutim-js

Version:
16 lines (12 loc) 300 B
# 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."; ```