UNPKG

@agnostack/authorizenet-request

Version:

Please contact agnoStack via info@agnostack.com for any questions

7 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function removeLeadingSlash(string) { return string.replace(/^\/+/, ''); } exports.removeLeadingSlash = removeLeadingSlash; //# sourceMappingURL=utils.js.map