mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
de39d5f2d0
* Add NPM distribution tasks.
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
/* eslint-disable */
|
|
(function (<%= param %>){
|
|
<%= contents %>
|
|
module.exports = <%= exports %>;
|
|
})(<%= cjs %>);
|