UNPKG

168 BTypeScriptView Raw
1import { GoPackageConfig } from '../types';
2export declare function parseGoPkgConfig(manifestFileContents: string, lockFileContents: string): Promise<GoPackageConfig>;