maxum-common-operations
v1.3.2
Published
miscellaneous operations
Downloads
6
Maintainers
Readme
My Awesome Ops
milliSecondsToMinutes = (millisecondDelta: number): number
convertStringToAsterisks = (word: string): string
mapKeyboardEventToAction = (key: string): 'reveal' | 'correct' | 'wrong' | null
getAllowableInputNumbers = (): { [key: string]: 1 }