UNPKG

semantic-release-multi

Version:

Plugins for `semantic-release` allowing it to be used with a monorepo.

6 lines (5 loc) 200 B
/// <reference types="ts-toolbelt" /> /** * Async version of Ramda's `over` lens utility. */ export declare const overA: import("Function/Curry").Curry<(lens: any, f: any, x: any) => Promise<any>>;