UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

13 lines 442 B
import { StrykerOptions } from '@stryker-mutator/api/core'; export declare class HelloClass { options: StrykerOptions; static inject: ["options"]; constructor(options: StrykerOptions); sayHello(): string; sayDelayed(): Promise<unknown>; say(...things: string[]): string; sum(a: number, b: number): number; reject(): Promise<never>; throw(message: string): never; } //# sourceMappingURL=hello-class.d.ts.map