UNPKG

@contract-case/case-entities-internal

Version:

Shared types for ContractCase modules

8 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasExample = void 0; const hasExample = (maybeMatcher) => typeof maybeMatcher === 'object' && maybeMatcher !== null && '_case:matcher:example' in maybeMatcher; exports.hasExample = hasExample; //# sourceMappingURL=utility.types.js.map