ft_transcendence/pong/node_modules/fork-ts-checker-webpack-plugin/lib/plugin-pools.d.ts
2023-05-02 19:15:50 +02:00

5 lines
159 B
TypeScript

import type { Pool } from './utils/async/pool';
declare const issuesPool: Pool;
declare const dependenciesPool: Pool;
export { issuesPool, dependenciesPool };