Files
kotlin-fork/libraries/tools/kotlin-test-nodejs-runner/env.ts
T
Sergey Rostov d467e4209a Gradle: Basic Kotlin NodeJS tests runner
#KT-30531 Fixed
#KT-30528 Fixed
2019-03-22 09:49:32 +03:00

4 lines
122 B
TypeScript

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