UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

9 lines (8 loc) 201 B
export declare class PDocument { private _fileName?; private _zip?; get fileName(): string; set fileName(_fileName: string); get zip(): string; set zip(_zip: string); }