mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Renewed code to follow DefinitelyTyped's contribution guidelines.
This commit is contained in:
@@ -59,7 +59,7 @@ var selectRecordsStatement =
|
||||
"SELECT * FROM test_table;";
|
||||
db.each(
|
||||
selectRecordsStatement,
|
||||
(obj: SQL.SQLValueObject): void => {
|
||||
(obj: { [columnName: string]: number | string | Uint8Array }): void => {
|
||||
console.log(obj);
|
||||
},
|
||||
(): void => {
|
||||
|
||||
Reference in New Issue
Block a user