Robby Cornelissen
Results
1
comments of
Robby Cornelissen
Below is my current declaration file. Very bare bones, but gets the job done for now. ```typescript declare module '@xmpp/client' { export class Client { public constructor(options?: any); public start(options:...