function splitimport { split } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts"; split(separator: string | RegExp): (str: string) => string[]Curried version of String.prototype.split split(separator: string | RegExp, str: string): string[]Curried version of String.prototype.split Parametersseparator: string | RegExpReturns(str: string) => string[]Parametersseparator: string | RegExpstr: stringReturnsstring[]