This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nodejs
Watch
0
Star
0
Fork
0
You've already forked nodejs
mirror of
https://github.com/nodejs/node.git
synced
2024-12-01 16:10:02 +01:00
Code
Issues
Releases
Activity
3e1b1dd4a9
nodejs
/
lib
/
constants.js
4 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
lib: turn on strict mode Turn on strict mode for the files in the lib/ directory. It helps catch bugs and can have a positive effect on performance. PR-URL: https://github.com/node-forward/node/pull/64 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
2014-11-22 16:59:48 +01:00
'use strict'
;
more lint
2010-12-02 02:29:11 +01:00
module
.
exports
=
process
.
binding
(
'constants'
)
;
Copy Permalink