🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 01:51:52 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
blocksy
/
static
/
js
/
options
/
helpers
📍 /home/eliteewa/public_html/wp-content/themes/blocksy/static/js/options/helpers
🔄 Refresh
✏️
Editing: primitive-types.js
Writable
// https://youmightnotneed.com/lodash#isString export const isString = (a) => typeof a === 'string' // https://youmightnotneed.com/lodash#isObject export const isObject = (a) => a instanceof Object // https://youmightnotneed.com/lodash#isNumber export const isNumber = (a) => typeof a === 'number' // https://youmightnotneed.com/lodash#isBoolean export const isBoolean = (a) => a === !!a
💾 Save Changes
❌ Cancel