serialport-bindings.js 491 B

12345678910
  1. "use strict";
  2. var __importDefault = (this && this.__importDefault) || function (mod) {
  3. return (mod && mod.__esModule) ? mod : { "default": mod };
  4. };
  5. Object.defineProperty(exports, "__esModule", { value: true });
  6. exports.binding = void 0;
  7. const path_1 = require("path");
  8. const node_gyp_build_1 = __importDefault(require("node-gyp-build"));
  9. // eslint-disable-next-line @typescript-eslint/no-explicit-any
  10. exports.binding = (0, node_gyp_build_1.default)((0, path_1.join)(__dirname, '../'));