inputModes.ts

This commit is contained in:
nirholas
2026-03-31 10:23:17 +00:00
parent 961a2088ac
commit 47a6b8457a

View File

@@ -31,3 +31,4 @@ export function getValueFromInput(input: string): string {
export function isInputModeCharacter(input: string): boolean {
return input === '!'
}