UNPKG
@mtucourses/thumbor
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
👍 a URL builder for Thumbor
github.com/Michigan-Tech-Courses/thumbor
Michigan-Tech-Courses/thumbor
@mtucourses/thumbor
/
dist
/
utils.js
6 lines
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
"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