import { isTypingInput } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/cli.js";
Returns true
if the given data is a typing input. That is, it is not a
control key, navigation key, or function key.
x/ayonli_jsext/esm/cli.js>isTypingInput
import { isTypingInput } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/cli.js";
Returns true
if the given data is a typing input. That is, it is not a
control key, navigation key, or function key.