mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add test entries for the different import types
This commit is contained in:
@@ -26,6 +26,9 @@ var Post = s.define<AnyInstance, AnyAttributes>( 'post', {} );
|
||||
var t : Sequelize.Transaction = null;
|
||||
s.transaction().then( ( a ) => t = a );
|
||||
|
||||
var sequelizeAsDefaultImport = Sequelize.default;
|
||||
var sequelizeAsExportClause = Sequelize.Sequelize;
|
||||
|
||||
//
|
||||
// Generics
|
||||
// ~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user