better-sqlite3 icon indicating copy to clipboard operation
better-sqlite3 copied to clipboard

Alter the type of RunResult (typescript)

Open zeptozor opened this issue 1 year ago • 1 comments

db.prepare('...').run() is returning the RunResult type and i want to change it. is it possible? the same with statement.get() that returns unknown

zeptozor avatar Feb 15 '24 15:02 zeptozor

This repository does not contain any type definitions. You are probably using https://github.com/DefinitelyTyped/DefinitelyTyped

Prinzhorn avatar Feb 15 '24 16:02 Prinzhorn