UNPKG

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

Version:

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

6 lines (5 loc) 303 B
"use strict";var o=function(r,t){return function(){return t||r((t={exports:{}}).exports,t),t.exports}};var i=o(function(f,s){ var e="function";function c(r){return typeof r.get===e&&typeof r.set===e}s.exports=c });var n=i();module.exports=n; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map