@unction/split
TypeScript icon, indicating that this package has built-in type declarations

13.14.0 • Public • Published

@unction/split

Tests Stability Dependencies

string => (string | RegExp) => Array

Splits up a string by a delimiter.

split(" ")("a b") // ["a", "b"]
split(/-+/)("a---b") // ["a", "b"]

Readme

Keywords

Package Sidebar

Install

npm i @unction/split

Weekly Downloads

4

Version

13.14.0

License

SEE LICENSE IN LICENSE

Unpacked Size

14 kB

Total Files

7

Last publish

Collaborators

  • krainboltgreene