Sign in
cobalt
/
cobalt.git
/
ecd0a9050be22614b8a32d770fda4268c0191626
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
fp
/
range.js
blob: a6bb59118b449016c3d65dc1ba12d864662a386e [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'range'
,
require
(
'../range'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;