UNPKG

@subsocial/utils

Version:
5 lines (4 loc) 274 B
export declare const notDefined: <T>(x?: T | undefined) => x is undefined; export declare const notDef: <T>(x?: T | undefined) => x is undefined; export declare const isDefined: <T>(x?: T | undefined) => x is T; export declare const isDef: <T>(x?: T | undefined) => x is T;