diff options
author | 2022-10-28 14:21:57 +0000 | |
---|---|---|
committer | 2022-10-28 14:21:57 +0000 | |
commit | c6b149bc0a223e404333240a66e42ea933d9b7a4 (patch) | |
tree | be769f5636d5ae055d6a58d1ba440f5b71397411 | |
parent | 69a532ab60a85d30c2395969593c4d38f9a2fbbe (diff) | |
download | astro-c6b149bc0a223e404333240a66e42ea933d9b7a4.tar.gz astro-c6b149bc0a223e404333240a66e42ea933d9b7a4.tar.zst astro-c6b149bc0a223e404333240a66e42ea933d9b7a4.zip |
[ci] format
-rw-r--r-- | packages/integrations/cloudflare/runtime.d.ts | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/integrations/cloudflare/runtime.d.ts b/packages/integrations/cloudflare/runtime.d.ts index 3b415153c..e2a72940a 100644 --- a/packages/integrations/cloudflare/runtime.d.ts +++ b/packages/integrations/cloudflare/runtime.d.ts @@ -1,8 +1,3 @@ -export type { - WorkerRuntime, - PagesRuntime -} from './dist/runtime'; +export type { WorkerRuntime, PagesRuntime } from './dist/runtime'; -export { - getRuntime -} from './dist/runtime'; +export { getRuntime } from './dist/runtime'; |