zcash-grant-system/frontend/client/typings/node.d.ts

10 lines
119 B
TypeScript

declare namespace NodeJS {
interface Process {
browser: boolean;
}
interface Global {
fetch: any;
}
}