@keymanapp/kmc
Version:
Keyman Developer compiler command line tools
7 lines • 322 B
TypeScript
import { SentryNodeOptions } from '@keymanapp/developer-utils';
export declare class TestKeymanSentry {
static isTestCL(): boolean;
static runTestIfCLRequested(options?: SentryNodeOptions): Promise<void>;
static test(options?: SentryNodeOptions): Promise<void>;
}
//# sourceMappingURL=TestKeymanSentry.d.ts.map