MCPcopy Index your code
hub / github.com/fontsource/fontsource / CLIOptions

Interface CLIOptions

packages/cli/src/types.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface CLIOptions {
2 test?: boolean;
3 force?: boolean;
4 ttf?: boolean;
5}
6
7export interface BuildOptions {
8 dir: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected