Project

General

Profile

1 49598 stefanos.g
import { DebugContext } from './types';
2
export declare function initServicesIfNeeded(): void;
3
export declare function getCurrentDebugContext(): DebugContext | null;