Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 207 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 207 Bytes

Tags

type Tag = {
  name: string;
  type?: "keyword" | "topic" | "style" | "domain" | "package";
  description?: string;
  aliases?: string[];
  featured?: boolean;
  icon?: string;
};