es-toolkit/docs/reference
Bert Verhelst b9b409db32
feat(startsWith): add startsWith and endsWith string functions (#224)
* feat(startsWith): add startsWith and endsWith string functions

similar to
* https://lodash.com/docs/4.17.15#startsWith
* https://lodash.com/docs/4.17.15#endsWith

* fix(startsWith): use native startsWith inside the startsWith function

---------

Co-authored-by: Sojin Park <raon0211@toss.im>
2024-07-18 21:21:10 +09:00
..
array docs(uniqBy): fix docs for uniqBy (#231) 2024-07-18 21:12:44 +09:00
compat docs: Fix broken links 2024-07-18 21:16:14 +09:00
function docs(negate): wrong document result (#207) 2024-07-15 19:11:43 +09:00
math feat(sumBy): add sumBy (#198) 2024-07-15 08:25:49 +09:00
object feat(get): Add get (#232) 2024-07-18 21:17:15 +09:00
predicate docs(isEqual): Add isEqual docs (#200) 2024-07-15 09:43:42 +09:00
promise feat(delay): Support AbortSignal to delay for improved cancellation (#52) 2024-06-15 15:20:42 +09:00
string feat(startsWith): add startsWith and endsWith string functions (#224) 2024-07-18 21:21:10 +09:00