Files
dealplustech/dealplustech-astro/node_modules/astro/dist/events/index.d.ts
2026-03-02 12:35:14 +07:00

5 lines
159 B
TypeScript

import { AstroTelemetry } from '@astrojs/telemetry';
export declare const telemetry: AstroTelemetry;
export * from './error.js';
export * from './session.js';