UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

8 lines 235 B
export * from './config'; export * from './errors'; export * from './instance'; export { d, f, format } from './io'; export * from './screenplay'; export * from './Serenity'; export * from './stage'; //# sourceMappingURL=index.d.ts.map