UNPKG

node-version-call

Version:

Call a function in a specific version of node

7 lines (6 loc) 131 B
export type VersionInfo = { version: string; callbacks?: boolean; storagePath: string; env?: NodeJS.ProcessEnv; };