Skip to content

Commit

Permalink
fix: add missing parse export
Browse files Browse the repository at this point in the history
  • Loading branch information
luxass committed Jan 28, 2024
1 parent 9af8b61 commit b2453ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ export {
buildUnpkgUrl,
};

export type {
ParsedPackage,
} from "./parse";
export { parsePackage } from "./parse";

export type { ESMOptions, SkypackHeaders, SkypackOptions, UnpkgOptions };

export const CDN_URLS = {
Expand Down

0 comments on commit b2453ce

Please sign in to comment.