Konrad Linkowski
Konrad Linkowski
Hi, is there any way to store a session cookie for longer? Maybe 30 days. Or any other way of persistent login.
Is there any way to delete source dir after zipping? Or maybe it could be added.
Why does [`lowerCase`](https://es-toolkit.slash.page/reference/string/lowerCase.html)'s type signature looks like that: ``` function lowerCase(str: string): string; ```` When [`capitalize`](https://es-toolkit.slash.page/reference/string/capitalize.html)'s looks like this: ``` function capitalize(str: T): Capitalize; ``` Shouldn't it be: ``` function...