We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ce4d4 commit 02c1621Copy full SHA for 02c1621
README.md
@@ -179,7 +179,7 @@ Type guard functions for runtime type checking and type narrowing
179
- `isObject` - Checks if a value is an object (not null)
180
- `isUndefined` - Checks if a value is undefined
181
- `isNull` - Checks if a value is null
182
-- `isNullish` - Checks if a value is null or undefined:
+- `isNullish` - Checks if a value is null or undefined
183
- `isDefined` - Checks if a value is defined (not null or undefined)
184
- `isInstanceOfClass` - Checks if a value is an instance of a class
185
- `isOneOf` - Checks if a value is one of the allowed values
0 commit comments