mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Fix several module => require tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="msnodesql.d.ts" />
|
||||
|
||||
import sql = module('msnodesql');
|
||||
import sql = require('msnodesql');
|
||||
|
||||
function test_streaming() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user