UNPKG

@roots/bud-build

Version:

bud.js core module

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