UNPKG

@automattic/wpcom-checkout

Version:
7 lines 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isValueTruthy = isValueTruthy; function isValueTruthy(value) { return !!value; } //# sourceMappingURL=is-value-truthy.js.map