UNPKG

@mrboombastic/node-przelewy24

Version:

A simple library for connecting Przelewy24 service

7 lines (5 loc) 152 B
'use strict'; module.exports = function parseProtocol(url) { var match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); return match && match[1] || ''; };