@sprucelabs/schema
Version:
Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓
12 lines (11 loc) • 448 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const selectAssert_utility_1 = __importDefault(require("./selectAssert.utility"));
/**
* @deprecated selectAssertUtil -> selectAssert
*/
const selectAssertUtil = selectAssert_utility_1.default;
exports.default = selectAssertUtil;