UNPKG

@cityssm/mpac-yetf

Version:

Parses the MPAC Year-End Tax File (YETF) into a usable object.

3 lines (2 loc) 132 B
import type * as types from './types.js'; export declare function parseYetfRecordString(recordString: string): types.RawYetfRecord;