UNPKG

@code-inspector/turbopack

Version:

Click the dom on the page, it will open your IDE and position the cursor to the source code location of the dom.

8 lines (7 loc) 239 B
import { CodeOptions } from '@code-inspector/core'; interface Options extends CodeOptions { close?: boolean; output: string; } export declare function TurbopackCodeInspectorPlugin(options: Options): Record<string, any>; export {};