UNPKG

postel-ita

Version:

Library to create files compatible with italian Poste Postel system

9 lines (8 loc) 280 B
import { PostelRowConstructor } from '../types'; import PostelRow from './Syntax/PostelRow'; declare class Lang { static EOL: string; static newLine: (jumpLineCount: number) => string; static PostelRow: (opt: PostelRowConstructor) => PostelRow; } export default Lang;