UNPKG

flint-orm

Version:

Type-safe SQLite ORM for JavaScript

4 lines (3 loc) 167 B
import type { AnyTable } from '../schema/table'; import type { SchemaState } from './types'; export declare function serializeSchema(tables: AnyTable[]): SchemaState;