vox-core
Version:
Runtime de aplicaciones multiplataforma
10 lines (9 loc) • 317 B
JavaScript
if (typeof define !== 'function') { var define = require('amdefine')(module); }
define(['./freeze','./LZ/BinTree','./LZ/InWindow','./LZ/OutWindow'],function(freeze,BinTree,InWindow,OutWindow){
'use strict';
return freeze({
BinTree: BinTree,
InWindow: InWindow,
OutWindow: OutWindow
});
});