Files
angular-docs-cn/modules/benchpress/index.ts
T

7 lines
251 B
TypeScript
Raw Normal View History

2015-06-23 15:26:51 -07:00
require('reflect-metadata');
require('es6-shim');
module.exports = require('./benchpress.js');
2015-06-23 15:26:51 -07:00
// when bundling benchpress to one file, this is used
// for getting exports out of browserify's scope.
(<any>global).__benchpressExports = module.exports;