UNPKG

@4awpawz/buster

Version:

A configurable cache buster called Buster. Buster busts your browser cache problems.

11 lines (8 loc) 232 B
"use strict"; const init = require("./init"); const bust = require("./bust"); const manifestFactory = async (ods, opt) => { const manifest = await init(ods); await bust(manifest, opt); }; module.exports = manifestFactory;