mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 06:01:12 -06:00
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
/// <reference path="../../cli/types/index.d.ts" />
|
|
/// <reference path="../../cli/types/jquery/index.d.ts" />
|
|
|
|
export const $Cypress: Cypress.Cypress
|
|
|
|
export const $: JQuery
|
|
export default $Cypress |