Sign in
cobalt
/
cobalt.git
/
b48d5d342d8a80b19c4a69b353cdb8fdc6ab3789
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
forInRight.js
blob: cecf8bbfa6cf82b569423fe6f69e92a911261c5f [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'forInRight'
,
require
(
'../forInRight'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;