bunext/dist/utils/check-excluded-patterns.d.ts

6 lines
101 B
TypeScript

type Params = {
path: string;
};
export default function ({ path }: Params): boolean;
export {};