Sign in
chromium
/
devtools
/
devtools-frontend
/
cd36e4781fe47164336d10bf800982a963bba8bd
/
.
/
node_modules
/
requireindex
/
test
/
lib
/
Foo.js
blob: e4f95db2cd0ce8fbc84a5fb3338d2963b688359d [
file
]
module
.
exports
=
{
l
:
function
()
{
return
"yes"
;
},
ls
:
function
()
{
return
"yep"
;
}
};