| 1 | declare 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; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…