mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try with default export
This commit is contained in:
parent
68f77e4d1f
commit
18a4829ea6
3
backend/@types/random-bigint/index.d.ts
vendored
3
backend/@types/random-bigint/index.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/ban-types */
|
||||
declare module 'random-bigint' {
|
||||
export function random(bits: number, cb?: (err: Error, num: BigInt) => void): BigInt
|
||||
export = random
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default random
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user