MCPcopy
hub / github.com/rikschennink/fitty / FittyOptions

Interface FittyOptions

index.d.ts:2–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare module 'fitty' {
2 export interface FittyOptions {
3 minSize?: number;
4 maxSize?: number;
5 multiLine?: boolean;
6 observeMutations?: MutationObserverInit;
7 }
8
9 export interface FitOptions {
10 sync?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…