UNPKG

@stdlib/array-base-assert-is-accessor-array

Version:

Test if an array-like object supports the accessor (get/set) protocol.

3 lines 126 B
/// <reference path="../docs/types/index.d.ts" /> import isAccessorArray from '../docs/types/index'; export = isAccessorArray;