UNPKG

sqlocal

Version:

SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.

2 lines (1 loc) 123 B
export declare function convertRowsToObjects(rows: unknown[] | unknown[][], columns: string[]): Record<string, unknown>[];