rage-framework/rpc/index.d.ts

10 lines
149 B
TypeScript
Raw Normal View History

2024-10-27 11:47:55 +00:00
export {}
declare var global: Record<string, (...args: any[]) => unknown>
2024-10-27 11:47:55 +00:00
declare global {
interface Window {
[p: string]: any
}
}