UNPKG

postel-ita

Version:

Library to create files compatible with italian Poste Postel system

7 lines (6 loc) 138 B
interface IWithResult { result({ where }: { where?: 'missive' | 'form' | undefined; }): string; } export { IWithResult };