UNPKG

@mtucourses/thumbor

Version:
6 lines 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDefined = void 0; const isDefined = (value) => typeof value !== 'undefined'; exports.isDefined = isDefined; //# sourceMappingURL=utils.js.map