UNPKG

service-worker-precache-webpack-plugin

Version:
11 lines (7 loc) 133 B
'use strict'; const utils ={ }; utils.isHttpOrHttps = (url) => { return /^(https?:|\/\/)/.test(url); }; module.exports = utils;