UNPKG

aamva-parser

Version:

Plugin to parse AAMVA Drivers License Data from the PDF417 barcode

5 lines (4 loc) 234 B
import { ParsedLicense } from "./parsedLicense"; export declare function Parse(barcode: string): ParsedLicense; export declare function GetVersion(barcode: string): string; export declare function IsExpired(barcode: string): boolean;