@openade/common
Version:
Common types, validators, and XML builders for Italian fiscal receipts
15 lines • 543 B
TypeScript
export * from './types/common';
export * from './types/corrispettivi';
export * from './types/dc';
export * from './types/fe';
export * from './types/journal';
export * from './types/lottery';
export * from './types/pel';
export * from './types/pem';
export * from './builders/xml.builder';
export type { AnomalyReport } from './builders/xml.builder';
export * from './validators';
export * from './utils/helpers';
export declare const VERSION = "1.0.0";
export declare const SPECIFICATIONS_VERSION = "1.1";
//# sourceMappingURL=index.d.ts.map