📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 07:32:39
📂
/ (Root)
/
home
/
xeqi7597
/
cds.claireduwig.com
/
wp-content
/
plugins
/
generateblocks
/
src
/
utils
/
has-numeric-value
📍 /home/xeqi7597/cds.claireduwig.com/wp-content/plugins/generateblocks/src/utils/has-numeric-value
🔄 Refresh
✏️
Editing: index.js
Writable
/** * Check if we have a numeric value. * * @param {string} value The value to check. * @return {boolean} Whether a value exists. */ export default function hasNumericValue( value ) { return value || 0 === value; }
💾 Save Changes
❌ Cancel