debug.js 446 B

1234567891011121314
  1. "use strict";
  2. /**
  3. * @license
  4. * Copyright 2023 Google Inc.
  5. * SPDX-License-Identifier: Apache-2.0
  6. */
  7. var __importDefault = (this && this.__importDefault) || function (mod) {
  8. return (mod && mod.__esModule) ? mod : { "default": mod };
  9. };
  10. Object.defineProperty(exports, "__esModule", { value: true });
  11. exports.debug = void 0;
  12. const debug_1 = __importDefault(require("debug"));
  13. exports.debug = debug_1.default;
  14. //# sourceMappingURL=debug.js.map