UNPKG

pareto-fountain-pen

Version:

A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language

13 lines (12 loc) 381 B
import * as s_in from "../generated/interface/schemas/block/unconstrained"; export declare const File: ($: s_in.Block, $p: { "directory path": string; "filename": string; "indentation": string; "newline": string; }) => void; export declare const Directory: ($: s_in.Directory, $p: { "path": string; "indentation": string; "newline": string; }) => void;