UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

10 lines (9 loc) 260 B
export declare class ExportStringRef<T> { private _ref?; private _module; private _path; constructor(ref: string, parentPath?: string, inner?: boolean); readonly ref: T | undefined; readonly module: string; readonly path: string; }