UNPKG

288 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.clonePath = void 0;
4function clonePath(path) {
5 return path.map(function (x) { return (Array.isArray(x) ? [].concat(x) : x); });
6}
7exports.clonePath = clonePath;
8//# sourceMappingURL=clone-path.js.map
\No newline at end of file