UNPKG

node-version-call

Version:

Call a function in a specific version of node

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