getReactiveCreationLocation
import { getReactiveCreationLocation } from "@alloy-js/core";
function getReactiveCreationLocation(target: object): DebugSourceLocation | undefined;Parameters
Section titled “Parameters”| target | object |
Returns
Section titled “Returns”DebugSourceLocation | undefined