UNPKG

@foxglove/ws-protocol-examples

Version:

Foxglove WebSocket protocol examples

10 lines 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = boxen; async function boxen(...args) { // Hack to import ESM-only module: https://github.com/microsoft/TypeScript/issues/43329 // eslint-disable-next-line no-eval const importedBoxen = (await eval("import('boxen')")).default; return importedBoxen(...args); } //# sourceMappingURL=boxen.js.map