Skip to content

Commit 8be5c46

Browse files
committed
Reexport TypeScript types
1 parent 6cd54e4 commit 8be5c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web-features/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { readFileSync } from "node:fs";
22
import { fileURLToPath } from "node:url";
3-
4-
import { WebFeaturesData } from "./types";
3+
import { WebFeaturesData } from "./types.js";
4+
export * from "./types.js";
55

66
const jsonPath = fileURLToPath(new URL("./data.json", import.meta.url));
77
const { browsers, features, groups, snapshots } = JSON.parse(

0 commit comments

Comments
 (0)