UNPKG

node-version-call

Version:

Call a function in a specific version of node

3 lines (2 loc) 175 B
import type { BindOptions, BoundSyncCaller } from './types.js'; export default function bindSync(version: string, workerPath: string, options?: BindOptions): BoundSyncCaller;