From f421bc7be56beabe69f5cace6e43f22fdad56cfd Mon Sep 17 00:00:00 2001 From: beary Date: Wed, 7 Jun 2017 09:51:29 +0800 Subject: [PATCH] Move ts version comment to end of the header --- types/mongodb/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/mongodb/index.d.ts b/types/mongodb/index.d.ts index b1f85ed22c..916b04cc66 100644 --- a/types/mongodb/index.d.ts +++ b/types/mongodb/index.d.ts @@ -2,10 +2,11 @@ // Project: https://github.com/mongodb/node-mongodb-native/tree/2.2 // Definitions by: Federico Caselli // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.3 // Documentation : http://mongodb.github.io/node-mongodb-native/2.2/api/ +// TypeScript Version: 2.3 + /// ///