function splitimport { split } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; split(separator: string | RegExp): (str: string) => string[]split(separator: string | RegExp, str: string): string[]Parametersseparator: string | RegExpReturns(str: string) => string[]Parametersseparator: string | RegExpstr: stringReturnsstring[]