kabirbaidhya/keycode-js

View on GitHub
mod.ts

Summary

Maintainability
B
4 hrs
Test Coverage

File mod.ts has 358 lines of code (exceeds 250 allowed). Consider refactoring.
Open

// Key code constants
// Available values for `KeyboardEvent.keyCode` attribute.
export const KEY_CANCEL = 3;
export const KEY_HELP = 6;
export const KEY_BACK_SPACE = 8;
Severity: Minor
Found in mod.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status