UNPKG

testplane

Version:

Tests framework based on mocha and wdio

10 lines 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Compression = void 0; exports.Compression = { NONE: "none", GZIP: "gz", BROTLI: "br", ZSTD: "zstd", }; //# sourceMappingURL=types.js.map