UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

6 lines (5 loc) 403 B
export declare const createPackageKey: (separator?: string) => (pkg: string) => (version: string) => string; export declare const packageAtVersion: (pkg: string) => (version: string) => string; export declare const buildKey: (separator: string) => (...parts: string[]) => string; export declare const atKey: (...parts: string[]) => string; export declare const colonKey: (...parts: string[]) => string;