Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
wp-content
/
plugins
/
extendify
/
src
/
Agent
/
lib
:
util.js
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
export const clamp = (value, min, max) => Math.max(min, Math.min(value, max)); export const makeId = () => Date.now().toString(36) + Math.random().toString(36).slice(2);