Files
kotlin-fork/libraries/tools/kotlin-test-js-runner/env.ts
T
2019-09-20 10:56:18 +03:00

4 lines
122 B
TypeScript

declare const DEBUG: boolean;
declare const VERSION: string;
declare const BIN: string;
declare const DESCRIPTION: string;