UNPKG

@softwareventures/maintain-project

Version:

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

3 lines (2 loc) 156 B
import type { FsStage, InsertResult } from "../fs-stage/fs-stage.js"; export declare function writeIdeaDictionary(fsStage: FsStage): Promise<InsertResult>;