UNPKG

260 BTypeScriptView Raw
1import { Nullable, StrictNullable } from '../helper-types';
2declare function normalizeBuildName(cwd: string, browserName: Nullable<string>, nameOption: Nullable<string>, pkgName: Nullable<string>): StrictNullable<string>;
3export default normalizeBuildName;