UNPKG

node-pluginsmanager-plugin

Version:
3 lines (2 loc) 180 B
import type { OpenApiDocument } from "express-openapi-validate"; export default function extractPattern(paths: OpenApiDocument["paths"], pathname: string, method: string): string;