mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
Use import sql = require("sql-bricks") syntax for the module import
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// taked the 03/29/2018. Some dtslint rules has been deabled to be
|
||||
// close as possible of the original js file.
|
||||
|
||||
import * as sql from "sql-bricks";
|
||||
import sql = require("sql-bricks");
|
||||
|
||||
// tslint:disable-next-line:prefer-const
|
||||
let assert: any;
|
||||
|
||||
Reference in New Issue
Block a user