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) 113 B
export type Parameters = { 'newline': string; 'indentation': string; 'trailing newline': boolean; };