UNPKG

node-version-call

Version:

Call a function in a specific version of node

4 lines (3 loc) 192 B
import type { VersionInfo } from './types.js'; export type * from './types.js'; export default function call(versionInfo: string | VersionInfo, filePath: string, ...args: unknown[]): unknown;