UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

14 lines (10 loc) 294 B
'use strict'; module.exports = (function () { var SubArray = require('./_sub-array-dummy'), arr; if (!SubArray) return false; arr = new SubArray(); if (!Array.isArray(arr)) return false; if (!(arr instanceof SubArray)) return false; arr[34] = 'foo'; return (arr.length === 35); }());