UNPKG

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) 187 B
import * as p_di from 'pareto-core/interface/schema'; export declare namespace Lines_ { type L = string; } export type Lines_ = p_di.List<Lines_.L>; export type { Lines_ as Lines, };