kext

1.1.2 • Public • Published

node-kext

var kext = require('kext');
 
// Ensure that the module with bundle id 'foo.tun' is loaded.  If it isn't, try
// to load it from the specified kext.  Calls the callback as cb(null, true) if
// the module is or could be loaded, cb(null, false) otherwise, or with an
// error object if something failed spectacularly.
 
kext.ensure('foo.tun', '/Library/Extensions/tun.kext', console.log);

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i kext

Weekly Downloads

4

Version

1.1.2

License

none

Last publish

Collaborators

  • calmh