UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

12 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const spying_1 = require("../spying"); const interface_matcher_1 = require("./interface-matcher"); function Any(type) { if (type) { return new spying_1.TypeMatcher(type); } return new interface_matcher_1.InterfaceMatcher(); } exports.Any = Any; //# sourceMappingURL=any-argument.js.map