Skip to content

Commit f277ba8

Browse files
feat: expose partytown types (close #8723) (#8740)
1 parent 6f60da8 commit f277ba8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tricky-otters-cross.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/partytown': patch
3+
---
4+
5+
Expose types for TypeScript users

packages/integrations/partytown/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { fileURLToPath } from 'node:url';
99
import sirv from './sirv.js';
1010
const resolve = createRequire(import.meta.url).resolve;
1111

12-
type PartytownOptions = {
12+
export type PartytownOptions = {
1313
config?: PartytownConfig;
1414
};
1515

0 commit comments

Comments
 (0)