import * as S from "flurp/string";const f = S.split("as");f("class of weasels"); // ["cl", "s of we", "els"]
Example