UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

11 lines 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const type_matcher_1 = require("./type-matcher"); class InterfaceMatcher { thatMatches(first, second) { const typeMatcher = new type_matcher_1.TypeMatcher(Object); return typeMatcher.thatMatches(first, second); } } exports.InterfaceMatcher = InterfaceMatcher; //# sourceMappingURL=interface-matcher.js.map