UNPKG

asl-path-validator

Version:

Validates the path expressions for the Amazon States Language

10 lines 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.must = void 0; const must = (nullable) => { if (!nullable) { throw Error("T must be truthy"); } }; exports.must = must; //# sourceMappingURL=assertions.js.map