pareto-fountain-pen
Version:
A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language
7 lines (6 loc) • 378 B
TypeScript
import * as _resolved from "../generated/interface/schemas/lines/unconstrained";
import { Raw_Or_Normal_Dictionary } from 'exupery-core-data/dist/shorthands/unconstrained';
export declare namespace d {
const file: (lines: _resolved.Lines) => _resolved.Directory.D;
const directory: (children: Raw_Or_Normal_Dictionary<_resolved.Directory.D>) => _resolved.Directory.D;
}