Sign in
cobalt
/
cobalt
/
5cb259d50f6e15a7a4b4262c245550c9e567a308
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
orderBy.js
blob: 848e210754641ab0288e2cce204b905ca02929af [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'orderBy'
,
require
(
'../orderBy'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;