UNPKG

@n3okill/utils

Version:
12 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmptyOrWithSpace = isEmptyOrWithSpace; const toString_1 = require("./toString"); const trim_1 = require("./trim"); /** * Check if buffer is empty triming withspaces */ function isEmptyOrWithSpace(arg) { return !(0, toString_1.toString)((0, trim_1.trim)(arg)).length; } //# sourceMappingURL=isEmptyOrWithSpace.js.map