UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

13 lines (12 loc) 314 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const isRepositoryEndpoint = (input) => { try { new URL(input); return true; } catch { return false; } }; exports.isRepositoryEndpoint = isRepositoryEndpoint; //# sourceMappingURL=isRepositoryEndpoint.cjs.map