IOweb/node_modules/@mdx-js/mdx/lib/util/estree-util-create.d.ts
2026-07-03 15:07:38 -05:00

11 lines
No EOL
298 B
TypeScript

/**
* @param {Readonly<Node>} from
* Node to take from.
* @param {Node} to
* Node to add to.
* @returns {undefined}
* Nothing.
*/
export function create(from: Readonly<Node>, to: Node): undefined;
import type { Node } from 'estree-jsx';
//# sourceMappingURL=estree-util-create.d.ts.map