UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

7 lines 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.inState = void 0; const states_1 = require("../../entities/states"); const inState = (name, variables) => (0, states_1.state)(name, variables); exports.inState = inState; //# sourceMappingURL=states.js.map