1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-09-21 01:15:56 +01:00
HackMyResume/dist/utils/fresh-version-regex.js
2018-02-09 21:32:44 -05:00

15 lines
284 B
JavaScript

/**
Defines a regex suitable for matching FRESH versions.
@module file-contains.js
*/
(function() {
module.exports = function() {
return RegExp('^(FRESH|FRESCA|JRS)(?:@(\\d+(?:\\.\\d+)?(?:\\.\\d+)?))?$');
};
}).call(this);
//# sourceMappingURL=fresh-version-regex.js.map