function swapCaseimport { swapCase } from "https://deno.land/x/case@2.1.1/mod.ts"; swapCase(str: string, locale?: string): stringParametersstr: stringoptionallocale: stringReturnsstring