This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c1cd64481f
node
/
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 23:59:48 +08:00
'use strict'
;
more lint
2010-12-02 09:29:11 +08:00
module
.
exports
=
process
.
binding
(
'constants'
)
;