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

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