UNPKG

@hot-labs/near-connect

Version:

![ezgif-26d74832f88c3c](https://github.com/user-attachments/assets/c4422057-38bb-4cd9-8bd0-568e29f46280)

13 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseUrl = void 0; const parseUrl = (url) => { try { return new URL(url); } catch { return null; } }; exports.parseUrl = parseUrl; //# sourceMappingURL=url.js.map