mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 16:50:23 -06:00
12 lines
170 B
TypeScript
12 lines
170 B
TypeScript
import { detect, detectByPath } from './lib/detect'
|
|
|
|
import { launch } from './lib/browsers'
|
|
|
|
export {
|
|
detect,
|
|
detectByPath,
|
|
launch,
|
|
}
|
|
|
|
export * from './lib/types'
|