sodiray / radash

Functional utility library - modern, simple, typed, powerful
https://radash-docs.vercel.app
MIT License
4.1k stars 160 forks source link

feat: add cast function for array #391

Open chiui-li opened 5 months ago

chiui-li commented 5 months ago

Description

add function: cast for array, cast value into an array if it is not an array

Checklist

Resolves

If the PR resolves an open issue tag it here. For example, Resolves #34

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radash-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2024 3:28pm
aleclarson commented 2 months ago

I believe the more popular term is arrify or arraify

aleclarson commented 1 month ago

Hi @chiui-li, we added castArray over at the Radashi fork: https://github.com/radashi-org/radashi/pull/97

You can use it today by installing radashi@beta. An official release is pending.