Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

node-libs-browser

The node core libs for in browser usage.

Module exports

{
	assert: "/absolute/path/to/assert",
	events: "/absolute/path/to/events",
	/* ... */
	fs: null // core module without browser replacement
}

Mocks

Some modules have mocks in the mock directory. This are replacements with minimal functionality.

dependencies

dependencies status