import type { Params } from "react-router"; // local imports import type { TPowerKContextTypeExtended } from "./types"; export const detectExtendedContextFromURL = (_params: Params): TPowerKContextTypeExtended | null => null;