UNPKG

bigmoment

Version:

Date manipulation that can track the age of the universe

5 lines (4 loc) 140 B
const re = new RegExp("^-?[0-9]{4}-W[0-5][0-9]"); module.exports = function isWeek(arg){ return typeof arg === 'string' && re.test(arg); }