UNPKG

@regulaforensics/document-reader

Version:

This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.

8 lines (6 loc) 198 B
import { PAAttribute } from "./PAAttribute"; export declare class PAResourcesIssuer { readonly data: string; readonly friendlyName: string | null; readonly attributes: PAAttribute[]; }