UNPKG

@sqltools/base-driver

Version:
6 lines (5 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MissingModuleNotification = exports.ElectronNotSupportedNotification = void 0; exports.ElectronNotSupportedNotification = 'Core/electronNotSupported'; exports.MissingModuleNotification = 'Core/missingModule';