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