Files
jitsi-meet/tests/globals.d.ts

6 lines
89 B
TypeScript
Raw Permalink Normal View History

import { IContext } from './helpers/types';
declare global {
const ctx: IContext;
}