UNPKG

181 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.truthy = void 0;
4function truthy(value) {
5 return Boolean(value);
6}
7exports.truthy = truthy;