Module

x/rambda/index.d.ts>split

Faster and smaller alternative to Ramda
Go to Latest
function split
import { split } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";

Curried version of String.prototype.split

Parameters

separator: string | RegExp

Returns

(str: string) => string[]

Parameters

separator: string | RegExp
str: string

Returns

string[]