UNPKG

@wordpress/block-editor

Version:
4 lines 140 B
export default function isEmptyString(testString) { return testString?.trim()?.length === 0; } //# sourceMappingURL=is-empty-string.js.map