mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
add main module to package
This commit is contained in:
Vendored
+2
@@ -942,6 +942,8 @@ declare module AtomCore {
|
||||
}
|
||||
|
||||
interface IPackage {
|
||||
mainModulePath: string;
|
||||
mainModule: any;
|
||||
enable(): void;
|
||||
disable(): void;
|
||||
isTheme(): boolean;
|
||||
|
||||
Reference in New Issue
Block a user