Skip to main content
variable removeNonASCII
import { removeNonASCII } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Removes non-printable ASCII characters.

Use a regular expression to remove non-printable ASCII characters.

type

(str: string) => unknown