old-remnantchat/src/react-app-env.d.ts

6 lines
125 B
TypeScript
Raw Normal View History

2022-08-08 21:04:37 -05:00
/// <reference types="react-scripts" />
2022-08-13 12:11:59 -05:00
declare module 'trystero' {
export function joinRoom(config: any, ns: any): any
}