UNPKG

@ogs-gmbh/ngx-utils

Version:

A lightweight collection of utility functions and helpers for Angular applications

80 lines (79 loc) 2.12 kB
export declare namespace KeyboardKeys { const BACKSPACE: string; const ENTER: string; const COMMA: string; const PERIOD: string; const COLON: string; const HASH: string; const SPACE: string; const PLUS: string; const MINUS: string; const DIGIT_0: string; const DIGIT_1: string; const DIGIT_2: string; const DIGIT_3: string; const DIGIT_4: string; const DIGIT_5: string; const DIGIT_6: string; const DIGIT_7: string; const DIGIT_8: string; const DIGIT_9: string; const LOWER_A: string; const LOWER_B: string; const LOWER_C: string; const LOWER_D: string; const LOWER_E: string; const LOWER_F: string; const LOWER_G: string; const LOWER_H: string; const LOWER_I: string; const LOWER_J: string; const LOWER_K: string; const LOWER_L: string; const LOWER_M: string; const LOWER_N: string; const LOWER_O: string; const LOWER_P: string; const LOWER_Q: string; const LOWER_R: string; const LOWER_S: string; const LOWER_T: string; const LOWER_U: string; const LOWER_V: string; const LOWER_W: string; const LOWER_X: string; const LOWER_Y: string; const LOWER_Z: string; const UPPER_A: string; const UPPER_B: string; const UPPER_C: string; const UPPER_D: string; const UPPER_E: string; const UPPER_F: string; const UPPER_G: string; const UPPER_H: string; const UPPER_I: string; const UPPER_J: string; const UPPER_K: string; const UPPER_L: string; const UPPER_M: string; const UPPER_N: string; const UPPER_O: string; const UPPER_P: string; const UPPER_Q: string; const UPPER_R: string; const UPPER_S: string; const UPPER_T: string; const UPPER_U: string; const UPPER_V: string; const UPPER_W: string; const UPPER_X: string; const UPPER_Y: string; const UPPER_Z: string; } export declare namespace KeyboardKeyArrays { const DIGITS: string[]; const UPPER_LETTERS: string[]; const LOWER_LETTERS: string[]; const LETTERS: string[]; }