UNPKG

@kotori-bot/tools

Version:
5 lines (4 loc) 251 B
import type { colors } from './terminal'; import { type ColorsAdapterImpl } from '../utils'; export declare const BrowserAdapter: new (options?: Parameters<(typeof colors)[keyof typeof colors]>[0]) => ColorsAdapterImpl; export default BrowserAdapter;