astro-ghostcms/.pnpm-store/v3/files/4d/56674371ec986196b28cab371c0...

3 lines
151 B
Plaintext

import { NewChangeset } from "@changesets/types";
export default function getChangesets(cwd: string, sinceRef?: string): Promise<Array<NewChangeset>>;