UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

4 lines (3 loc) 229 B
import type { AnyCaseNodeOrData } from '../../../entities/types'; export declare const isObject: (actual: unknown) => actual is Record<string, AnyCaseNodeOrData>; export declare const whyNotAnObject: (actual: unknown) => string;