UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

15 lines (11 loc) 236 B
/** Detect whether the terminal supports Unicode. @example ``` import isUnicodeSupported = require('is-unicode-supported'); constructor(); //=> true ``` */ declare function isUnicodeSupported(): boolean; export = isUnicodeSupported;