UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

3 lines (2 loc) 229 B
export declare const buildObject: <T>(keys: string[], builder: (key: string) => T | undefined) => Record<string, T>; export declare const mergeInto: <T>(target: Record<string, T>, source: Record<string, T>) => Record<string, T>;