MCPcopy
hub / github.com/afar1/fieldtheory-cli / SqliteRow

Interface SqliteRow

src/firefox-cookies.ts:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const require = createRequire(import.meta.url);
10
11interface SqliteRow {
12 [key: string]: unknown;
13}
14
15interface NodeSqliteModule {
16 DatabaseSync: new (path: string, options?: { readOnly?: boolean }) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected