UNPKG

@yaakapp/api

Version:

Yaak is a desktop [API client](https://yaak.app/blog/yet-another-api-client) for interacting with REST, GraphQL, Server Sent Events (SSE), WebSocket, and gRPC APIs. It's built using Tauri, Rust, and ReactJS.

8 lines (7 loc) 213 B
import { Index } from "../themes"; import { Context } from "./Context"; export type ThemePlugin = { name: string; description?: string; getTheme(ctx: Context, fileContents: string): Promise<Index>; };