astro/packages/integrations/cloudflare/runtime.d.ts

4 lines
113 B
TypeScript
Raw Normal View History

2022-10-28 14:21:57 +00:00
export type { WorkerRuntime, PagesRuntime } from './dist/runtime';
2022-10-28 14:21:57 +00:00
export { getRuntime } from './dist/runtime';