mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 02:01:29 +00:00
Remove isKittyCtrl and isKittyKey from public exports
These generic helpers aren't used externally and would require exporting MODIFIERS constants to be ergonomic. The specific isCtrl* helpers cover all practical use cases.
This commit is contained in:
parent
727a7ab018
commit
d569f0353e
1 changed files with 0 additions and 2 deletions
|
|
@ -31,8 +31,6 @@ export {
|
|||
isCtrlT,
|
||||
isCtrlU,
|
||||
isCtrlW,
|
||||
isKittyCtrl,
|
||||
isKittyKey,
|
||||
isShiftTab,
|
||||
Keys,
|
||||
} from "./keys.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue