UNPKG

logsdx

Version:

<div align="center"><img alt="logsdx" width="300" src="https://github.com/user-attachments/assets/cc2a3b55-5bfd-44e8-a330-bfa146b50059" /></div>

10 lines (9 loc) 199 B
import type { SimpleLexer } from "./index"; export interface CachedLexer { lexer: SimpleLexer; themeHash: string; lastUsed: number; } export interface CacheOptions { trim?: string; }