X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/58d78d7c0602b17a9599e28232cc8a2ff1d8fc65..83f6aae0d1b8181dc2b0c6ccdba9f2fe2fdba3e6:/object.js?ds=sidebyside diff --git a/object.js b/object.js index 7b1ef7c..a403795 100644 --- 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,