Created
July 14, 2010 18:45
-
-
Save mape/475841 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node> var connect = require('connect') | |
| node> var sys = require('sys'); | |
| node> sys.puts(sys.inspect(connect)) | |
| { version: '0.2.1' | |
| , Server: { [Function] super_: { [Function] super_: [Object] } } | |
| , createServer: [Function] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment