Sign in
chromium
/
external
/
selenium
/
master
/
.
/
javascript
/
node
/
webdriver
/
README
blob: f3e20dd840b8a4d18dde93d8fcb96c2ccea123df [
file
] [
log
] [
blame
]
This
directory should only contain user facing modules
for
Node
.
Each
module
should
do
little more than
export
its API
from
the
Closure
library
.
Example
:
var
base
=
require
(
'./_base'
);
exports
.
Foo
=
base
.
require
(
'some.namespace.Foo'
);