Sha256: 0b0cd19179d63794d30076ace4c254fe50a7b07ba52acf24e50fe7e87fe9c74e

Contents?: true

Size: 135 Bytes

Versions: 9

Compression:

Stored size: 135 Bytes

Contents

'use strict';
module.exports = function toFastProperties(obj) {
	function f() {}
	f.prototype = obj;
	new f();
	return;
	eval(obj);
};

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
lanes-0.8.0 node_modules/to-fast-properties/index.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/to-fast-properties/index.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/to-fast-properties/index.js
babel-schmooze-sprockets-0.1.3 node_modules/to-fast-properties/index.js
babel-schmooze-sprockets-0.1.2 node_modules/to-fast-properties/index.js
babel-schmooze-sprockets-0.1.1 node_modules/to-fast-properties/index.js
babel-schmooze-sprockets-0.1.0 node_modules/to-fast-properties/index.js
babel-schmooze-sprockets-0.1.0.alpha.3 node_modules/to-fast-properties/index.js
babel-schmooze-sprockets-0.1.0.alpha.2 node_modules/to-fast-properties/index.js