mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:49:29 +08:00
12 lines
No EOL
252 B
Text
12 lines
No EOL
252 B
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = cloneDeepWithoutLoc;
|
|
|
|
var _cloneNode = require("./cloneNode");
|
|
|
|
function cloneDeepWithoutLoc(node) {
|
|
return (0, _cloneNode.default)(node, true, true);
|
|
} |