mgkha / types-keycode

TypeScript enums for keycode constants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript enums for keycode constants

Installation

Install types-keycode

npm install --save-dev github:mgkha/types-keycode#master

Add keycode to compilerOptions of tsconfig.json file

{  
	...
	"compilerOptions": 
	{
		"types" : ["keycode"]
	}
}

Usage

console.log(KeyCode.Enter);

About

TypeScript enums for keycode constants

License:MIT License