mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
| .. | ||
| v5 | ||
| .editorconfig | ||
| atom-keymap-tests.ts | ||
| index.d.ts | ||
| README.md | ||
| tsconfig.json | ||
| tslint.json | ||
Atom Keymap Type Definitions
TypeScript type definitions for Atom Keymap, which is published as "atom-keymap" on NPM.
Usage Notes
Exports
This module has a single entity as its export: the KeymapManager class. The require syntax is typically used to import modules like this.
import KeymapManager = require("atom-keymap");
The AtomKeymap Namespace
Many of the types used by Atom Keymap can be referenced from the AtomKeymap namespace.
function example(keybind: AtomKeymap.KeyBinding) {}