UNPKG

@stackbit/utils

Version:
6 lines 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTruthy = void 0; const isTruthy = (value) => !!value; exports.isTruthy = isTruthy; //# sourceMappingURL=code-utils.js.map