Skip to content

Commit a9732a0

Browse files
authored
Merge pull request #284 from gulshan/types_update
Separate "types" module
2 parents bf9fc6e + 059de35 commit a9732a0

File tree

10 files changed

+195
-193
lines changed

10 files changed

+195
-193
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ See our [JavaScript sample app](samples/javascript) for more details.
115115
Typings are included in the package. Simply import the types you need, and require the module to get started:
116116

117117
```typescript
118-
import { SqlClient } from "msnodesqlv8";
118+
import { SqlClient } from "msnodesqlv8/types";
119119

120120
const sql: SqlClient = require("msnodesqlv8");
121121

0 commit comments

Comments
 (0)