HEX
Server: nginx/1.24.0
System: Linux 19.178.153.160.host.secureserver.net 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: www-data (33)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /var/www/new.sunsandholidays.com/node_modules/eslint-module-utils/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 };