1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | const spying_1 = require("../spying");
|
4 | const interface_matcher_1 = require("./interface-matcher");
|
5 | function Any(type) {
|
6 | if (type) {
|
7 | return new spying_1.TypeMatcher(type);
|
8 | }
|
9 | return new interface_matcher_1.InterfaceMatcher();
|
10 | }
|
11 | exports.Any = Any;
|
12 | //# sourceMappingURL=any-argument.js.map |
\ | No newline at end of file |