We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9099741 commit 39a5ee4Copy full SHA for 39a5ee4
packages/optimizely-sdk/lib/utils/fns/index.js
@@ -14,7 +14,6 @@
14
* limitations under the License.
15
*/
16
var uuid = require('uuid');
17
-var _isFinite = require('lodash/isFinite');
18
var MAX_NUMBER_LIMIT = Math.pow(2, 53);
19
20
module.exports = {
0 commit comments