UNPKG

semantic-release-yarn

Version:

semantic-release plugin to publish a npm package with yarn

8 lines (7 loc) 203 B
import type { CommonContext } from "./definitions/context.js"; export declare function getWorkspaces({ cwd }: { cwd: CommonContext["cwd"]; }): Promise<{ location: string; name: string; }[]>;