UNPKG

cypress

Version:

Cypress is a next generation front end testing tool built for the modern web

19 lines (17 loc) 300 B
declare namespace Cypress { type SupportedNamedKey = 'ArrowDown' | 'ArrowLeft' | 'ArrowRight' | 'ArrowUp' | 'End' | 'Home' | 'PageDown' | 'PageUp' | 'Space' | 'Enter' | 'Tab' | 'Backspace' | 'Delete' | 'Insert' type SupportedKey = SupportedNamedKey | string | number }