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 5880e83 commit cccc1deCopy full SHA for cccc1de
src/helpers.js
@@ -2,8 +2,6 @@ const startsWith = require('lodash/startsWith')
2
const mapValues = require('lodash/mapValues')
3
const isPlainObject = require('lodash/isPlainObject')
4
const includes = require('lodash/includes')
5
-const split = require('lodash/split')
6
-const trim = require('lodash/trim')
7
8
const withFallback = (variable, startsWithVar = false) => {
9
if (includes(variable, ',')) {
0 commit comments