function isAsciiimport { isAscii } from "https://deno.land/x/ayonli_jsext@v0.9.72/string/index.ts"; isAscii(str: string, printableOnly?): booleanChecks if all characters in the string are within the ASCII range. Parametersstr: stringoptionalprintableOnly = [UNSUPPORTED]Returnsboolean