]> Lady’s Gitweb - Pisces/commitdiff
Rename is⸺ to is⸺Object in object.js
authorLady <redacted>
Sun, 25 Jun 2023 05:54:54 +0000 (22:54 -0700)
committerLady <redacted>
Sun, 25 Jun 2023 06:11:49 +0000 (23:11 -0700)
object.js

index 7b1ef7ca5ec1d1a0a4ace3102180f23791ccc77a..a4037951fcd77fa746e8aabe23a974948e29ed9a 100644 (file)
--- a/object.js
+++ b/object.js
@@ -489,21 +489,21 @@ export const {
    *
    * ※ This is an alias for `Object.isExtensible`.
    */
-  isExtensible,
+  isExtensible: isExtensibleObject,
 
   /**
    * Returns whether the provided object is frozen.
    *
    * ※ This is an alias for `Object.isFrozen`.
    */
-  isFrozen,
+  isFrozen: isFrozenObject,
 
   /**
    * Returns whether the provided object is sealed.
    *
    * ※ This is an alias for `Object.isSealed`.
    */
-  isSealed,
+  isSealed: isSealedObject,
 
   /**
    * Returns an array of key~value pairs for the enumerable,
This page took 0.022208 seconds and 4 git commands to generate.