UNPKG

ofx-data-extractor

Version:

A module written in TypeScript that provides a utility to extract data from an OFX file in Node.js and Browser

5 lines (4 loc) 191 B
/// <reference types="node" /> /// <reference types="node" /> export declare function bufferToString(data: Buffer): string; export declare function blobToString(blob: Blob): Promise<string>;