UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

13 lines (12 loc) 208 B
const isRepositoryEndpoint = (input) => { try { new URL(input); return true; } catch { return false; } }; export { isRepositoryEndpoint }; //# sourceMappingURL=isRepositoryEndpoint.js.map