UNPKG

@sphereon/pex

Version:

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

6 lines (5 loc) 217 B
export declare class ObjectValidationUtils { static optionalNonEmptyString(value: string | undefined): boolean; static nonEmptyString(value: string): boolean; static isValidDIDURI(uri: string): boolean; }