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