UNPKG

exposify

Version:

browserify transform that exposes globals added via a script tag as modules so they can be required.

8 lines (5 loc) 113 B
'use strict'; var three = require('three'); var go = module.exports = function () { return three.version; };