Interface IExportParser

interface IExportParser {
    parseAsync(obj: any, options: AnyOptions): Promise<Blob>;
}

Implemented by

Methods

Methods