UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

8 lines (7 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.convertToUnixPath = void 0; const convertToUnixPath = (path) => { return path.replace(/\\/g, '/'); }; exports.convertToUnixPath = convertToUnixPath;