lingjing/node_modules/next/dist/next-devtools/dev-overlay/utils/parse-url-from-text.d.ts
2026-02-23 09:51:43 +00:00

2 lines
107 B
TypeScript

export declare function parseUrlFromText(text: string, matcherFunc?: (text: string) => boolean): string[];