setup-sp/lib/utils/constants.js
2019-11-15 23:04:06 -05:00

5 lines
270 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENDPOINT = 'https://www.sourcemod.net/smdrop';
exports.MM_REGEX = /href="(.*?)"/g;
exports.BUILD_REGEX = /href="sourcemod-[0-9]+.[0-9]+.[0-9]+-git([0-9]+)-(linux|windows|mac).(.*?)"/g;