UNPKG

@serenity-js/core

Version:

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

19 lines 570 B
export * from './abilities'; export * from './activities'; export * from './Activity'; export * from './Actor'; export * from './Answerable'; export * from './Answered'; export * from './artifacts'; export * from './debugging'; export * from './Interaction'; export * from './notes'; export * from './Optional'; export * from './Question'; export * from './questions'; export * from './RecursivelyAnswered'; export * from './SerialisedActor'; export * from './Task'; export * from './time'; export * from './WithAnswerableProperties'; //# sourceMappingURL=index.d.ts.map