UNPKG

406 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const type_matcher_1 = require("./type-matcher");
4class InterfaceMatcher {
5 thatMatches(first, second) {
6 const typeMatcher = new type_matcher_1.TypeMatcher(Object);
7 return typeMatcher.thatMatches(first, second);
8 }
9}
10exports.InterfaceMatcher = InterfaceMatcher;
11//# sourceMappingURL=interface-matcher.js.map
\No newline at end of file