7 lines
		
	
	
		
			263 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			263 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
require('reflect-metadata');
 | 
						|
require('traceur/bin/traceur-runtime');
 | 
						|
module.exports = require('./benchpress.js');
 | 
						|
// when bundling benchpress to one file, this is used
 | 
						|
// for getting exports out of browserify's scope.
 | 
						|
global.__benchpressExports = module.exports;
 |