4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import Piscina from './index';
|
|
|
|
// Used as the require() entry point to maintain existing behavior
|
|
export = Piscina;
|