the-forest/client/node_modules/@libsql/hrana-client/lib-esm/id_alloc.d.ts
2024-09-17 20:35:18 -04:00

7 lines
115 B
TypeScript

export declare class IdAlloc {
#private;
constructor();
alloc(): number;
free(id: number): void;
}