UNPKG

node-version-call

Version:

Call a function in a specific version of node

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