D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafdxji
/
shihty.com
/
wp-content
/
plugins
/
extendify
/
src
/
Agent
/
lib
/
Filename :
util.js
back
Copy
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);