UNPKG

@instawork/design-system

Version:

The design system for Instawork's web apps

7 lines 215 B
export function isNoValueString(obj) { return obj === '' || typeof obj === 'undefined' || obj === null; } export function isEmptyString(obj) { return obj === ''; } //# sourceMappingURL=no-value-string.js.map