clipanion
Version:
Type-safe CLI library / framework with no runtime dependencies
14 lines (10 loc) • 367 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
function getDefaultColorDepth() {
return 1;
}
function getCaptureActivator() {
throw new Error(`The enableCapture option cannot be used from within a browser environment`);
}
exports.getCaptureActivator = getCaptureActivator;
exports.getDefaultColorDepth = getDefaultColorDepth;
;