refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
14
home/ags/node_modules/eslint-module-utils/hash.d.ts
generated
vendored
14
home/ags/node_modules/eslint-module-utils/hash.d.ts
generated
vendored
|
|
@ -1,14 +0,0 @@
|
|||
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 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue