UNPKG

node-version-call

Version:

Call a function in a specific version of node

5 lines (4 loc) 205 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';