Sign in
chromium
/
devtools
/
devtools-frontend
/
c40b51a7fcf20ce04022a0f5cbfc957ee9e1aaed
/
.
/
node_modules
/
lodash
/
fp
/
toSafeInteger.js
blob: 367a26fddc741146c5f31999dad743181a764f7a [
file
] [
log
] [
blame
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'toSafeInteger'
,
require
(
'../toSafeInteger'
),
require
(
'./_falseOptions'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;