Skip to content

Get access to Node's internal NativeModule Object

License

Notifications You must be signed in to change notification settings

matt-/NativeModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeModule

Get access to Nodes internal NativeModule Object

Install

$ npm install nativemodule

Usage

const NativeModule = require('nativemodule');
const internalModule = NativeModule.require('internal/module');


// things you probably should not be doing..

About

Get access to Node's internal NativeModule Object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published