astro-ghostcms/.pnpm-store/v3/files/d7/a5a577a786c7ddc635ea3f244f0...

5 lines
156 B
Plaintext

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