UNPKG

117 BTypeScriptView Raw
1export default function (field: Field): Promise<string | undefined>;
2export declare type Field = 'version' | 'name';