UNPKG

@wordpress/block-editor

Version:
10 lines (9 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isEmptyString; function isEmptyString(testString) { return testString?.trim()?.length === 0; } //# sourceMappingURL=is-empty-string.js.map