UNPKG

@earvinpiamonte/pagasa-tcb-parser

Version:

A TypeScript library for parsing PAGASA weather bulletin PDF files

3 lines 171 B
import { BulletinData } from "../types/index"; export declare const parsePdfFromBuffer: (buffer: Buffer) => Promise<BulletinData>; //# sourceMappingURL=pdf-parser.d.ts.map