Files
est-frame/node_modules/@mdx-js/mdx/lib/util/estree-util-create.d.ts
2025-10-22 05:38:27 +00:00

11 lines
304 B
TypeScript
Executable File

/**
* @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;
export type Node = import('estree-jsx').Node;
//# sourceMappingURL=estree-util-create.d.ts.map