UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

4 lines (3 loc) 156 B
import type { Options } from "../../types"; import type { UpdateContext } from "./types"; export declare const update: (options: Options) => UpdateContext;