mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+1
-1
@@ -16,7 +16,7 @@
|
||||
api.json example https://gist.github.com/vvakame/10f8d2f3884affc32476
|
||||
*/
|
||||
|
||||
declare module AtomDocTypes {
|
||||
declare namespace AtomDocTypes {
|
||||
interface Metadata {
|
||||
classes: { [className: string]: ClassInfo; };
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -23,7 +23,7 @@ interface Window {
|
||||
profile(description:string, fn:Function):any; // return fn result
|
||||
}
|
||||
|
||||
declare module AtomCore {
|
||||
declare namespace AtomCore {
|
||||
|
||||
// https://atom.io/docs/v0.84.0/advanced/view-system
|
||||
interface IWorkspaceViewStatic {
|
||||
|
||||
Reference in New Issue
Block a user