function toUpperimport { toUpper } from "https://deno.land/x/rambda@9.2.1/mod.ts"; toUpper<S extends string>(str: S): Uppercase<S>toUpper(str: string): stringType ParametersS extends stringParametersstr: SReturnsUppercase<S>Parametersstr: stringReturnsstring