the-forest/client/node_modules/@libsql/hrana-client/lib-esm/id_alloc.d.ts

7 lines
115 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
export declare class IdAlloc {
#private;
constructor();
alloc(): number;
free(id: number): void;
}