es-toolkit/docs/reference/predicate
Dayong Lee 158435c1e6
feat(isWeakMap): add isWeakMap with compatibility (#458)
* Add isWeakMap

* Add compat

* Add bench

* Add docs

* Update return type

* Update docs/ko/reference/predicate/isWeakMap.md

* Update docs/ko/reference/predicate/isWeakMap.md

* Update src/compat/predicate/isWeakMap.ts

---------

Co-authored-by: Sojin Park <raon0211@gmail.com>
2024-09-03 23:33:38 +09:00
..
isBoolean.md docs(isBoolean): Add isBoolean 2024-08-08 18:47:50 +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 feat(isRegExp): Add test cases from lodash & add docs for zh_hans 2024-08-25 22:06:14 +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