@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 • 355 B
TypeScript
export * from './diff/index.js';
export * from './model/index.js';
export { ErrorSerialiser } from './ErrorSerialiser.js';
export { ErrorStackParser } from './ErrorStackParser.js';
export { ErrorFactory } from './ErrorFactory.js';
export type { ErrorOptions } from './ErrorOptions.js';
export * from './RaiseErrors.js';
//# sourceMappingURL=index.d.ts.map