UNPKG

jest-allure2-reporter

Version:
12 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.constantExtractor = constantExtractor; function constantExtractor(maybeExtractor) { if (maybeExtractor == null) { return undefined; } return typeof maybeExtractor === 'function' ? maybeExtractor : () => maybeExtractor; } //# sourceMappingURL=constantExtractor.js.map