Skip to content

matchPath

@tsed/openapi-utils

Usage

typescript
import { matchPath } from "@tsed/openapi-utils";

See /packages/specs/openapi-utils/src/utils/matchPath.ts.

Overview

ts
function matchPath(path: string, patterns?: string[]): boolean;

Released under the MIT License.