source:
node_modules/victory-vendor/lib-vendor/d3-array/src/array.js
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 222 bytes | |
| Line | |
|---|---|
| 1 | "use strict"; |
| 2 | |
| 3 | Object.defineProperty(exports, "__esModule", { |
| 4 | value: true |
| 5 | }); |
| 6 | exports.slice = exports.map = void 0; |
| 7 | var array = Array.prototype; |
| 8 | var slice = exports.slice = array.slice; |
| 9 | var map = exports.map = array.map; |
Note:
See TracBrowser
for help on using the repository browser.
