UNPKG

@typed/test

Version:
7 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isTestResults(x) { return x && x.hasOwnProperty('passed') && x.hasOwnProperty('results'); } exports.isTestResults = isTestResults; //# sourceMappingURL=isTestResults.js.map