Sha256: b3d7f6f913e465566d8d550cf10bd1d71e3fbe405708f37bba0083e3cb21ca78
Contents?: true
Size: 367 Bytes
Versions: 8
Compression:
Stored size: 367 Bytes
Contents
'use strict'; var isPrototypeOf = require('../../internals/object-is-prototype-of'); var method = require('../array/virtual/to-reversed'); var ArrayPrototype = Array.prototype; module.exports = function (it) { var own = it.toReversed; return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toReversed)) ? method : own; };
Version data entries
8 entries across 4 versions & 1 rubygems