UNPKG

@subsocial/utils

Version:
5 lines (4 loc) 240 B
export declare const isObj: <T>(x: any) => x is T; export declare const notObj: <T>(x: any) => boolean; export declare const isEmptyObj: <T>(x?: T | undefined) => boolean; export declare const notEmptyObj: <T>(x?: T | undefined) => x is T;