UNPKG

estilo

Version:

Create color schemes for Vim, NeoVim, Airline and Lightline

4 lines 274 B
import type { Project } from "./types.js"; export declare function renderProject(project: Project): Promise<void>; export declare function writeThing(folder: string, txt: string, name: string, projectPath: string): Promise<void>; //# sourceMappingURL=render-project.d.ts.map