debug.d.ts 169 B

12345678
  1. /**
  2. * @license
  3. * Copyright 2023 Google Inc.
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. import debug from 'debug';
  7. export { debug };
  8. //# sourceMappingURL=debug.d.ts.map