Last analyzed 3c5348f 4 months ago
Default analysis branch is
Currently analyzing run
Detected usage of the any type JS-0323
Anti-pattern
5 months ago5 months old
Unexpected any. Specify a different type
 1import { docs } from '../docs';
 2import { keys } from './keymap';
 3
 4export const motionsCommandMap: Record<string, () => any> = { 5  diw: () => {
 6    docs
 7      .pressKey(keys['ArrowLeft'], true, false)