Initial checkin of Blueprint-MCP plugin
This commit is contained in:
9
tools/blueprint-mcp/node_modules/@vitest/utils/dist/highlight.d.ts
generated
vendored
Normal file
9
tools/blueprint-mcp/node_modules/@vitest/utils/dist/highlight.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Colors } from 'tinyrainbow';
|
||||
|
||||
interface HighlightOptions {
|
||||
jsx?: boolean;
|
||||
colors?: Colors;
|
||||
}
|
||||
declare function highlight(code: string, options?: HighlightOptions): string;
|
||||
|
||||
export { highlight };
|
||||
Reference in New Issue
Block a user