UNPKG

next-universal-route

Version:
8 lines (7 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAbsolutePath = void 0; var isAbsolutePath = function (path) { return /(?:^[a-z][a-z0-9+.-]*:|\/\/)/.test(path); }; exports.isAbsolutePath = isAbsolutePath;