pwaLUPMIS2/node_modules/sqlocal/dist/lib/get-database-key.d.ts
2026-03-04 12:59:40 +01:00

3 lines
144 B
TypeScript

import type { DatabasePath } from '../types.js';
export declare function getDatabaseKey(databasePath: DatabasePath, clientKey: string): string;