Sha256: 5e2115719d33bd9c9d6ec504822c39d65487d9f7d2d25cfd2d48a4a57db38eee
Contents?: true
Size: 269 Bytes
Versions: 25
Compression:
Stored size: 269 Bytes
Contents
var at = require('../string/virtual/at'); var StringPrototype = String.prototype; module.exports = function (it) { var own = it.at; return typeof it === 'string' || it === StringPrototype || (it instanceof String && own === StringPrototype.at) ? at : own; };
Version data entries
25 entries across 25 versions & 7 rubygems