🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
nodevenv
/
Job-Portal
/
20
/
lib
/
node_modules
/
eslint-module-utils
✏️
Editing: hash.d.ts
import type { Hash } from 'crypto'; declare function hashArray(value: Array<unknown>, hash?: Hash): Hash; declare function hashObject<T extends object>(value: T, hash?: Hash): Hash; declare function hashify( value: Array<unknown> | object | unknown, hash?: Hash, ): Hash; export default hashify; export { hashArray, hashObject };
💾 Save Changes
❌ Cancel