mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Makis Maropoulos <https://github.com/kataras>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module Mongo {
|
||||
declare namespace Mongo {
|
||||
var Collection: CollectionStatic;
|
||||
interface CollectionStatic {
|
||||
new <T>(name: string, options?: {
|
||||
@@ -78,7 +78,7 @@ declare module Mongo {
|
||||
|
||||
}
|
||||
|
||||
declare module Meteor {
|
||||
declare namespace Meteor {
|
||||
var isServer: boolean;
|
||||
var isClient: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user