зеркало из https://github.com/Azure/mysql.git
7 строки
197 B
JavaScript
7 строки
197 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
class Constants {
|
||
|
}
|
||
|
Constants.ipv4MatchPattern = /\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b/;
|
||
|
exports.default = Constants;
|