PathFunctionCopyimport type { PathFunction } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";type PathFunction<P extends ParamData> = (data?: P) => string;§Type Parameters§P extends ParamData[src]§Type§(data?: P) => string[src]