UNPKG

node-mde

Version:

Biblioteca para consultar notas destinadas e enviar evento de manifestação do destinatário

11 lines (10 loc) 211 B
declare const _exports: typeof Gzip; export = _exports; declare class Gzip { /** * * @param {string} str * @returns {Promise<string>} */ static unzip(str: string): Promise<string>; }