UNPKG

@jsdevtools/rehype-url-inspector

Version:

A rehype plugin to inspect, validate, or rewrite URLs anywhere in an HTML document

6 lines (5 loc) 168 B
import { inspectUrls } from "./rehype-url-inspector"; export { Options } from "./options"; export * from "./types"; export { inspectUrls }; export default inspectUrls;