UNPKG

node-version-call

Version:

Call a function in a specific version of node

6 lines (5 loc) 238 B
export { default as bind } from './bind.js'; export { default as bindSync } from './bindSync.js'; export { default as call, default } from './call.js'; export { default as callSync } from './callSync.js'; export type * from './types.js';