Files
cypress/packages/launcher/index.ts
2021-04-06 08:21:21 -07:00

12 lines
170 B
TypeScript

import { detect, detectByPath } from './lib/detect'
import { launch } from './lib/browsers'
export {
detect,
detectByPath,
launch,
}
export * from './lib/types'