UNPKG

node-nfe-nfce

Version:

Modulo que auxilia na geração de NFe e NFCe

5 lines (4 loc) 286 B
export declare function validateEnvNfe(xml: string): Promise<void>; export declare function validateInutNfe(xml: string): Promise<void>; export declare function validateCancelNfe(xml: string): Promise<void>; export declare function validateCartaCorrecaoNfe(xml: string): Promise<void>;