0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/cloudflare/runtime.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
113 B
TypeScript
Raw Normal View History

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