UNPKG

@4awpawz/buster

Version:

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

3 lines 133 B
"use strict"; module.exports = (value, from, to) => parseInt(value) && parseInt(value) >= from && parseInt(value) <= to || false;