rage-framework/rpc/index.d.ts
Danya H edafb5289e upd (fw):
- fixed inconsistent rpc build
- changed project-wide naming convention to prefix with "FW_" instead of "RageFW_"
2025-01-30 19:40:09 +00:00

10 lines
149 B
TypeScript

export {}
declare var global: Record<string, (...args: any[]) => unknown>
declare global {
interface Window {
[p: string]: any
}
}