File "index.js"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/src/utils/check-block-version/index.js
File size: 142 bytes
MIME-type: text/plain
Charset: utf-8

export default function isBlockVersionLessThan( blockVersion, targetVersion ) {
	return ( ! blockVersion || blockVersion < targetVersion );
}