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

14 lines (11 loc) 190 B
let john = 123; function foo () { console.log("hello world"); } function bar () { foo(); } (function () { console.log("Calling anonymous function"); bar(); })