es-toolkit/docs/reference/predicate
Benzy 6e07157308
feat(isDate): add isDate function (#524)
* feat: add isDate

Co-authored-by: hyesungoh <haesungoh414@gmail.com>

* test: isDate bench

Co-authored-by: hyesungoh <haesungoh414@gmail.com>

* docs: isDate

Co-authored-by: hyesungoh <haesungoh414@gmail.com>

* docs(isDate): Add docs for isDate

---------

Co-authored-by: hyesungoh <haesungoh414@gmail.com>
Co-authored-by: raon0211 <raon0211@toss.im>
2024-09-14 16:29:45 +09:00
..
isBoolean.md docs(isBoolean): Add isBoolean 2024-08-08 18:47:50 +09:00
isDate.md feat(isDate): add isDate function (#524) 2024-09-14 16:29:45 +09:00
isEqual.md docs(isEqual): Add isEqual docs (#200) 2024-07-15 09:43:42 +09:00
isFunction.md docs: Update docs for isFunction, negate, isArrayLike 2024-07-21 10:55:36 +09:00
isLength.md docs: Add docs for isLength 2024-07-20 11:21:19 +09:00
isNil.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
isNotNil.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
isNull.md style(*): Setup prettier and apply formatting (#24) 2024-06-04 17:19:26 +09:00
isPlainObject.md docs: Add benchmarks to some of our functions 2024-08-10 16:58:00 +09:00
isPrimitive.md docs(isPrimitive): fix isPrimitive function documentations (#331) 2024-07-31 21:50:58 +09:00
isRegExp.md docs: Add documentation automatic generation script 2024-09-08 17:02:19 +09:00
isString.md feat(isString): Add isString function (#379) 2024-08-15 11:06:47 +09:00
isSymbol.md feat(isSymbol): implement isSymbol (#359) 2024-08-10 10:16:18 +09:00
isTypedArray.md feat(isTypedArray): Add isTypedArray 2024-07-21 22:56:28 +09:00
isUndefined.md docs(isUndefined): Polish document styles and fix incorrect comments (#67) 2024-06-17 12:26:32 +09:00
isWeakMap.md feat(isWeakMap): add isWeakMap with compatibility (#458) 2024-09-03 23:33:38 +09:00
isWeakSet.md feat(isWeakSet): add isWeakSet with compatibility (#477) 2024-09-07 12:02:57 +09:00