UNPKG

@typed/test

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