File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ isBooleanType(BOOLEAN_INSTANCE); // false
445445
446446### isDefined
447447
448- Use ` isDefined() ` or ` is.defined() ` to check if an ** unknown** ` value ` is NOT an ` undefined ` type and is NOT equal to ` undefined ` .
448+ Use ` isDefined() ` or ` is.defined() ` to check if an ** unknown** ` value ` is ** not ** an ` undefined ` type and is ** not ** equal to ` undefined ` .
449449
450450``` typescript
451451const isDefined: IsDefined = (value : unknown , callback : ResultCallback = resultCallback ): boolean =>
@@ -744,6 +744,8 @@ isNumberType(NUMBER_NEW_INSTANCE); // false
744744
745745![ update] [ update ]
746746
747+ * Removed ` key ` parameter. Use [ ` isObjectKeyIn ` ] ( #isobjectkin ) instead.
748+
747749Use ` isObject() ` or ` is.object() ` to check if ** any** ` value ` is an ` object ` of a generic ` Obj ` type and [ ` Object ` ] [ object ] instance.
748750
749751``` typescript
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ isBooleanType(BOOLEAN_INSTANCE); // false
445445
446446### isDefined
447447
448- Use ` isDefined() ` or ` is.defined() ` to check if an ** unknown** ` value ` is NOT an ` undefined ` type and is NOT equal to ` undefined ` .
448+ Use ` isDefined() ` or ` is.defined() ` to check if an ** unknown** ` value ` is ** not ** an ` undefined ` type and is ** not ** equal to ` undefined ` .
449449
450450``` typescript
451451const isDefined: IsDefined = (value : unknown , callback : ResultCallback = resultCallback ): boolean =>
@@ -744,6 +744,8 @@ isNumberType(NUMBER_NEW_INSTANCE); // false
744744
745745![ update] [ update ]
746746
747+ * Removed ` key ` parameter. Use [ ` isObjectKeyIn ` ] ( #isobjectkin ) instead.
748+
747749Use ` isObject() ` or ` is.object() ` to check if ** any** ` value ` is an ` object ` of a generic ` Obj ` type and [ ` Object ` ] [ object ] instance.
748750
749751``` typescript
You can’t perform that action at this time.
0 commit comments