UNPKG

156 BTypeScriptView Raw
1declare module 'eslint-module-utils/hash.js' {
2 import type { Hash } from 'node:crypto'
3 export const hashObject: (object: object, hash?: Hash) => Hash
4}