We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1cc89 commit cbfdd30Copy full SHA for cbfdd30
index.ts
@@ -1,3 +1,4 @@
1
export {IComponent} from "./interfaces/IComponent";
2
export {IAttachableComponent} from "./interfaces/IAttachableComponent";
3
export {KeyCodes} from "./events/KeyCodes";
4
+export {ApplicationEvents} from "./events/ApplicationEvents";
interfaces/CommonExtensions.ts
@@ -0,0 +1 @@
+//common extensions to go in here
package.json
@@ -1,6 +1,6 @@
{
"name": "vanilla-typescript",
- "version": "0.2.11",
+ "version": "0.3.2",
"description": "",
5
"main": "index.ts",
6
"scripts": {
0 commit comments