projen
Version:
CDK for software projects
10 lines (9 loc) • 302 B
TypeScript
import { Component } from "../component";
import { TypeScriptProject } from "../typescript";
/**
* This component adds support for using `integ-runner` and `integ-tests`
* in a construct library.
*/
export declare class IntegRunner extends Component {
constructor(project: TypeScriptProject);
}