mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-24 01:32:46 +00:00
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import TarantoolDriver = require("tarantool-driver");
|
|
|
|
new TarantoolDriver({}).connect(); // $ExpectedType Promise
|