mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Change module back to namespace
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
//inconsistent namespace: this is a helper funtion from tables.js and should not pollute the global namespace!
|
||||
declare function sanitizeDuration(duration : string) : string;
|
||||
|
||||
declare module Vex {
|
||||
declare namespace Vex {
|
||||
|
||||
function L(block : string, args : any[]) : void;
|
||||
function Merge<T extends Object>(destination : T, source : Object) : T;
|
||||
|
||||
Reference in New Issue
Block a user