astro-ghostcms/.pnpm-store/v3/files/53/c841353cc4b886ec78dda6dadad...

6 lines
158 B
Plaintext

import { Release } from "@changesets/types";
export default function parseChangesetFile(contents: string): {
summary: string;
releases: Release[];
};