UNPKG

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