UNPKG

@brizy/media-gallery

Version:
6 lines (5 loc) 192 B
export declare const mRead: (v: unknown) => object | undefined; /** * Checks if value is not null and of object type */ export declare const isRecord: (v: unknown) => v is Record<any, any>;