UNPKG

@camu-ai/sped-nfe

Version:
12 lines (10 loc) 367 B
export class SpedNFe { constructor(private configs: { nfe: { chNFe: string; tpNFe: string } }) { console.log(`NFe document capture: ${this.configs.nfe.chNFe}`) console.log(`NFe document capture: ${this.configs.nfe.tpNFe}`) } capture(): string { console.log(`NFe document capture: ${this.configs.nfe.chNFe}`) return this.configs.nfe.chNFe } }