UNPKG

semantic-release-yarn

Version:

semantic-release plugin to publish a npm package with yarn

3 lines (2 loc) 138 B
import type { CommonContext } from "./definitions/context.js"; export declare function verifyYarn(context: CommonContext): Promise<void>;