UNPKG

@typed/test

Version:
7 lines 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isTest(x) { return x && x.hasOwnProperty('name') && typeof x.run === 'function'; } exports.isTest = isTest; //# sourceMappingURL=isTest.js.map