UNPKG

unmock-core

Version:

[![npm](https://img.shields.io/npm/v/unmock-core.svg)][npmjs] [![CircleCI](https://circleci.com/gh/unmock/unmock-js.svg?style=svg)](https://circleci.com/gh/unmock/unmock-js) [![codecov](https://codecov.io/gh/unmock/unmock-js/branch/dev/graph/badge.svg)](h

9 lines 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TopLevelDSLKeys = { $code: (u) => typeof u === "number" || (Array.isArray(u) && u.every(n => typeof n === "number")), $times: (u) => typeof u === "number", }; exports.DSLKeys = [...Object.keys(exports.TopLevelDSLKeys), "$size"]; //# sourceMappingURL=interfaces.js.map