UNPKG

bungee

Version:

Bungee is a declarative language engine to run inside a browser. The node module contains the offline compiler.

7 lines (4 loc) 146 B
'use strict'; var Bungee = require('./index.js'); // since we are in the browser, register it into the global namespace window.Bungee = Bungee;