UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

8 lines (7 loc) 224 B
import { HostSink } from './host'; /** * @deprecated Use the new virtualFs.Host classes from @angular-devkit/core. */ export declare class FileSystemSink extends HostSink { constructor(dir: string, force?: boolean); }