@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 • 412 B
TypeScript
import type { ClassDescription } from '../../config/index.js';
import type { ClassDescriptor } from './ClassDescriptor.js';
export declare class ClassDescriptionParser {
private static validClassNamePattern;
looksLikeClassDescription(candidate: unknown): candidate is ClassDescription;
parse(classDescription: ClassDescription): ClassDescriptor;
}
//# sourceMappingURL=ClassDescriptionParser.d.ts.map