Type Alias: CreateWorkboxFn()

CreateWorkboxFn = (args) => Promise<Workbox> | Workbox

Parameters

args

swScope

string

swUrl

string

Returns

Promise<Workbox> | Workbox