JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "defaults.js"
Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/moment/src/lib/utils/defaults.js
File size: 203 bytes
MIME-type: text/plain
Charset: utf-8
// Pick the first defined of two or three arguments.
export default function defaults(a, b, c) {
if (a != null) {
return a;
}
if (b != null) {
return b;
}
return c;
}