2025-05-11 14:48:27 +05:00

4 lines
112 B
TypeScript

import { Pool } from './Pool';
import { TimeoutError } from './TimeoutError';
export { Pool, TimeoutError };