%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/node_modules/tailwindcss/lib/util/ |
Current File : //var/www/cwg/wp-content/themes/cwg/node_modules/tailwindcss/lib/util/cloneNodes.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = cloneNodes; function cloneNodes(nodes, source) { return nodes.map(node => { let cloned = node.clone(); if (source !== undefined) { cloned.source = source; } return cloned; }); }