UNPKG

@animo-id/pex

Version:

A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification

3 lines (2 loc) 122 B
import { Checked, NonEmptyArray } from '../../ConstraintUtils'; export type Validated = NonEmptyArray<Checked> | Checked;