UNPKG

@sphereon/did-auth-siop

Version:

Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)

7 lines 284 B
export declare function extractDataFromPath(obj: unknown, path: string): { path: string[]; value: any; }[]; export declare function isStringNullOrEmpty(key: string): boolean; export declare function removeNullUndefined<T>(data: T): T; //# sourceMappingURL=ObjectUtils.d.ts.map