UNPKG

parallel-es

Version:
8 lines (7 loc) 175 B
import { IParallel } from "../common/parallel"; export * from "./shared"; /** * The global parallel instance. */ declare const parallel: IParallel; export default parallel;