UNPKG

builder-util

Version:
7 lines 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmptyOrSpaces = isEmptyOrSpaces; function isEmptyOrSpaces(s) { return s == null || s.trim().length === 0; } //# sourceMappingURL=stringUtil.js.map