UNPKG

fet-block

Version:

fetBlock is a web h5 request hook library

8 lines (7 loc) 218 B
import { getUrlParams } from "./url"; export function printDebugLog(...args) { const isDebug = getUrlParams(window.location.href, 'fetblock_debug'); if (isDebug) { console.warn(...args); } }