UNPKG

check-sap-cloud-readiness

Version:

Tool to check whether all required tools has been installed for CAP development

8 lines (6 loc) 191 B
String.prototype.grepFirstLine = function (sTerm) { return this.split(/\n/).find((s) => s.indexOf(sTerm) > -1) }; module.exports = { VersionStringParser: /(\d+\.)?(\d+\.)(\*|\d+)/ }