| 9 | export const SQLITE_MEMORY_PIN_FILES = [".nvmrc", ".node-version"] as const; |
| 10 | |
| 11 | export interface SqliteMemorySupportResult { |
| 12 | readonly ok: boolean; |
| 13 | readonly detail: string; |
| 14 | } |
| 15 | |
| 16 | export interface NodeRuntimePinStatus { |
| 17 | readonly ok: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected