MCPcopy Create free account
hub / github.com/github/awesome-copilot / Language

Interface Language

website/src/scripts/pages/samples-render.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { escapeHtml, sanitizeUrl } from "../utils";
2
3export interface Language {
4 id: string;
5 name: string;
6 icon: string;
7 extension: string;
8}
9
10export interface RecipeVariant {
11 doc: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected