Sign in
cobalt
/
cobalt
/
06bc150b8e0bd2400de19670f6ff4a490860da44
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
toSafeInteger.js
blob: 367a26fddc741146c5f31999dad743181a764f7a [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'toSafeInteger'
,
require
(
'../toSafeInteger'
),
require
(
'./_falseOptions'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;