UNPKG

@mischback/buster

Version:

buster is a tool to support cache busting for static assets of a website.

5 lines (4 loc) 249 B
export { busterMain } from "./main"; export { checkConfig, getConfig, BusterConfig, BusterConfigError, } from "./lib/configure"; export { BusterError } from "./lib/errors"; export { hashWalker, HashWalkerResult } from "./lib/hashwalker/hashwalker";