UNPKG

@variablesoftware/mock-d1

Version:

🎛️🗂️🧠 Mock D1 Database implementation for testing Cloudflare Workers

8 lines (7 loc) 187 B
/** * @file types/MockD1Database.ts * @description Shared types for the MockD1Database engine and helpers. * * Provides minimal and test-optimized D1 type definitions. */ export {};