UNPKG

pareto-fountain-pen

Version:

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

6 lines (5 loc) 188 B
import * as _in from "../generated/interface/schemas/block/unconstrained"; export declare const Block: ($: _in.Block, $p: { "indentation": string; "newline": string; }) => string;