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

15 lines
454 B
TypeScript
Raw Normal View History

2016-08-03 15:00:07 -07:00
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
2015-06-23 15:26:51 -07:00
require('reflect-metadata');
require('core-js');
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;