Sign in
cobalt
/
cobalt.git
/
72bde07ae3f88e8fd742a603ece725b122de47f5
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
fp
/
getOr.js
blob: 7dbf771f0c6b09368aa1b0e7ef4bd3544fd4baa3 [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'getOr'
,
require
(
'../get'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;