mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
from: https://github.com/mapbox/node-sqlite3/wiki/API > Database#run(sql, [param, ...], [callback]) > ... There are three ways of passing bind parameters: directly in the function's arguments, as an array, and as an object for named parameters. ... We can support the last two parameter passing options even if a callback is given.