Danya H
edafb5289e
- fixed inconsistent rpc build - changed project-wide naming convention to prefix with "FW_" instead of "RageFW_"
10 lines
149 B
TypeScript
10 lines
149 B
TypeScript
export {}
|
|
|
|
declare var global: Record<string, (...args: any[]) => unknown>
|
|
|
|
declare global {
|
|
interface Window {
|
|
[p: string]: any
|
|
}
|
|
}
|