UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

8 lines (5 loc) 157 B
var HTTPS_RESOURCE_PATTERN = /^https:\/\//; function isHttpsResource(uri) { return HTTPS_RESOURCE_PATTERN.test(uri); } module.exports = isHttpsResource;