UNPKG

marko

Version:

Optimized runtime for Marko templates.

3 lines (2 loc) 152 B
import type { types as t } from "@marko/compiler"; export default function withPreviousLocation<T extends t.Node>(newNode: T, originalNode: t.Node): T;