UNPKG

@wordpress/block-editor

Version:
4 lines (3 loc) 98 B
export default function isEmptyString( testString ) { return testString?.trim()?.length === 0; }