UNPKG

@protocolnebula/ts-openapi-generator

Version:

Build API and models from Swagger/OpenAPI to use in any project type

9 lines 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isURL = void 0; const urlRegex = /^(ftp|http|https):\/\/[^ "]+$/; function isURL(url) { return urlRegex.test(url); } exports.isURL = isURL; //# sourceMappingURL=string.util.js.map