]> Lady’s Gitweb - Pisces/commit
Move arraylike functions into object.js
authorLady <redacted>
Sun, 19 Nov 2023 16:04:12 +0000 (11:04 -0500)
committerLady <redacted>
Sun, 19 Nov 2023 16:04:12 +0000 (11:04 -0500)
commite272aec320bec47125cd7922e1d1ed5f65e37e1f
treeaa6dcef2884cc46709b8bb3f4e295e7dbfa8f02d
parent6ff9787a78f601e65581024fe605698c75f9dd05
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.
collection.js
collection.test.js
object.js
object.test.js
value.js
value.test.js
This page took 0.021366 seconds and 4 git commands to generate.