UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

3 lines (2 loc) 113 B
import { OperatorFunction } from '../types'; export declare function isEmpty<T>(): OperatorFunction<T, boolean>;