UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

7 lines 103 B
define(['dep_a_b', 'dep_all'], function(ab, all){ return { name: "a", ab: ab, all: "all" }; });