strong-mock
Version:
Type safe mocking library for TypeScript
11 lines (10 loc) • 409 B
TypeScript
export { deepEquals } from './deep-equals';
export { is } from './is';
export { isAny } from './is-any';
export { isArray } from './is-array';
export { isNumber } from './is-number';
export { isPlainObject } from './is-plain-object';
export { containsObject } from './contains-object';
export { isString } from './is-string';
export { matches } from './matcher';
export { willCapture } from './will-capture';