UNPKG

@sphereon/ssi-sdk.agent-config

Version:

7 lines (6 loc) 110 B
/** * Accept a Type or a Promise of that Type. * * @internal */ export type OrPromise<T> = T | Promise<T>