Sha256: 63926f0448ce93d1a646a0f8ce62e32156efed8dcda2e0d250b8efb8eec99996

Contents?: true

Size: 461 Bytes

Versions: 9

Compression:

Stored size: 461 Bytes

Contents

'use strict';
var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = require('../internals/typed-arrays-constructors-requires-wrappers');
var ArrayBufferViewCore = require('../internals/array-buffer-view-core');
var typedArrayFrom = require('../internals/typed-array-from');

// `%TypedArray%.from` method
// https://tc39.github.io/ecma262/#sec-%typedarray%.from
ArrayBufferViewCore.exportStatic('from', typedArrayFrom, TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS);

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/core-js/modules/es.typed-array.from.js
disco_app-0.18.2 test/dummy/node_modules/core-js/modules/es.typed-array.from.js
jester-data-8.0.0 node_modules/core-js/modules/es.typed-array.from.js
ezii-os-5.2.1 node_modules/core-js/modules/es.typed-array.from.js
ezii-os-2.0.1 node_modules/core-js/modules/es.typed-array.from.js
ezii-os-1.1.0 node_modules/core-js/modules/es.typed-array.from.js
ezii-os-1.0.0 node_modules/core-js/modules/es.typed-array.from.js
ezii-os-0.0.0.1.0 node_modules/core-js/modules/es.typed-array.from.js
ezii-os-0.0.0.0.1 node_modules/core-js/modules/es.typed-array.from.js