UNPKG

chai-callslike

Version:

A simple sinon-chai assertion to validate many aspects of stub calls

9 lines (8 loc) 257 B
export interface ValueDescription { value: any; } export interface ActualExpectedMap { actualInfo?: ValueDescription; expectedInfo?: ValueDescription; } export declare function createComparableEntries(actual: any, expected: any): Map<any, any>;