UNPKG

@sammwy/milkshake

Version:

<p align="center"> <img src="https://raw.githubusercontent.com/sammwyy/milkshake/master/docs/milkshake.png" height="64px"> <h1 align="center">MilkShake</h1> <p align="center"> <b>Automatize Tasks, Compile, concatenate and minify automaticall

12 lines 224 B
const map = new Map(); const set = new Set(); const list = []; const string = "test"; const number = 1234; const bool = true; const es6string = ` the string is ${string} `; const func = () => { return 1; }