UNPKG

projen

Version:

CDK for software projects

6 lines (5 loc) 210 B
import { Component } from ".."; import type { AwsCdkPythonApp } from "./awscdk-app-py"; export declare class AwsCdkPytestSample extends Component { constructor(project: AwsCdkPythonApp, testdir: string); }