JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "index-20250629033638.js"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/dlv/index-20250629033638.js
File size: 207 bytes
MIME-type: text/plain
Charset: utf-8
export default function dlv(obj, key, def, p, undef) {
key = key.split ? key.split('.') : key;
for (p = 0; p < key.length; p++) {
obj = obj ? obj[key[p]] : undef;
}
return obj === undef ? def : obj;
}