UNPKG

343 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.truthy = (targetVal, _opts, paths) => {
4 if (!targetVal) {
5 return [
6 {
7 message: `${paths.target ? paths.target.join('.') : 'property'} is not truthy`,
8 },
9 ];
10 }
11};
12//# sourceMappingURL=truthy.js.map
\No newline at end of file