UNPKG

cypress

Version:

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

5 lines (4 loc) 77 B
// type helpers declare namespace Cypress { type Nullable<T> = T | null }