UNPKG

package-proxy

Version:
7 lines (6 loc) 279 B
/** @format */ import { PackageJson } from "type-fest"; import { JSONConfig } from "../../types"; export declare const loadJSON: (path: string) => string; export declare const loadConfigJSON: (path: string) => JSONConfig; export declare const loadPackageJSON: () => PackageJson;