UNPKG

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