UNPKG

@typed/test

Version:
4 lines 153 B
export function isTestResults(x) { return x && x.hasOwnProperty('passed') && x.hasOwnProperty('results'); } //# sourceMappingURL=isTestResults.js.map