UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

14 lines (10 loc) 203 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * * @param publicID */ function isUrl(publicID) { return publicID.match(/^https?:\//); } exports.isUrl = isUrl;