From: Lady Date: Sun, 19 Nov 2023 16:04:12 +0000 (-0500) Subject: Move arraylike functions into object.js X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/e272aec320bec47125cd7922e1d1ed5f65e37e1f?hp=e272aec320bec47125cd7922e1d1ed5f65e37e1f Move arraylike functions into object.js Arraylikes are treated as objects, even when they aren’t literally objects (e·g strings). `isArraylikeObject` notably checks for both. ---