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