UNPKG

eslint-import-resolver-typescript

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