Michalis Giannas

Results 18 issues of Michalis Giannas

### How can we reproduce the crash? _No response_ ### JavaScript/TypeScript code that reproduces the crash? _No response_ ### Relevant log output _No response_ ### Stack Trace (bun.report) Bun v1.1.8...

crash
jest

nice to have: ```typescript constantCase("hello world") // output: HELLO_WORLD ``` `es-toolkit` already supports string *case.

nice to have: ```typescript pascalCase("hello world") // output: HelloWorld ``` `es-toolkit` already supports string *case.

nice to have: ```typescript dotNotationCase("hello world") // output: hello.world ``` `es-toolkit` already supports string *case.

nice to have: ```typescript capitalCase("hello world") // output: Hello World ``` `es-toolkit` already supports some *case. **not the same as [capitalize](https://es-toolkit.slash.page/reference/string/capitalize.html)**

p2: new feature

Support for [words](https://lodash.com/docs/4.17.15#words) is needed.

Support for [upperCase](https://lodash.com/docs/4.17.15#upperCase) is needed.

Support for [some](https://lodash.com/docs/4.17.15#some) is needed.

Support for [reject](https://lodash.com/docs/4.17.15#reject) is needed.

Support for [map](https://lodash.com/docs/4.17.15#map) is needed.