UNPKG

csx

Version:

Utility functions for TypeStyle

11 lines (10 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isDefined(s) { return s !== null && s !== undefined; } exports.isDefined = isDefined; function isNotEmpty(s) { return s !== ''; } exports.isNotEmpty = isNotEmpty;