UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

4 lines (3 loc) 221 B
import type { ProjectSource } from "../project/project.js"; import type { TslintProject } from "./tslint-project.js"; export declare function readTslintProject(project: ProjectSource): Promise<TslintProject | undefined>;