UNPKG

qobuz

Version:

Qobuz client library for Node.js

8 lines (5 loc) 134 B
'use strict'; function hasValue(arg) { return typeof arg !== 'undefined' && arg !== null; } module.exports = { hasValue };