Sha256: 03a092ae30d1b195102179c77b8348d85ed351163d54846df5107d18d8c26ab4

Contents?: true

Size: 389 Bytes

Versions: 28

Compression:

Stored size: 389 Bytes

Contents

'use strict';

var bind = require('function-bind');
var define = require('define-properties');

var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');

var bound = bind.call(Function.call, getPolyfill());

define(bound, {
	getPolyfill: getPolyfill,
	implementation: implementation,
	shim: shim
});

module.exports = bound;

Version data entries

28 entries across 14 versions & 4 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.18.0 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.18.2 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.18.2 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.16.1 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.16.1 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.15.2 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.15.2 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.18.4 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.18.4 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.18.1 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.18.1 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.14.0 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.14.0 test/dummy/node_modules/string.prototype.trimright/index.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/string.prototype.trimleft/index.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/string.prototype.trimright/index.js
enju_library-0.3.8 spec/dummy/node_modules/string.prototype.trimleft/index.js
enju_library-0.3.8 spec/dummy/node_modules/string.prototype.trimright/index.js