@roots/bud-build
Version:
bud.js core module
8 lines (7 loc) • 310 B
TypeScript
import type { Bud } from '@roots/bud-framework';
interface Props {
filter: Bud['hooks'][`filter`];
relPath: Bud['relPath'];
}
export declare const filename: ({ filter, relPath }: Props) => string | ((pathData: import("webpack").PathData, assetInfo?: import("webpack").AssetInfo) => string);
export {};