UNPKG

oidc-spa

Version:

Openidconnect client for Single Page Applications

2 lines (1 loc) 60 B
export type ValueOrAsyncGetter<T> = T | (() => Promise<T>);