Skip to content

Commit f114bc7

Browse files
committed
fix: lint
1 parent e6e62ab commit f114bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import type { DeepPartial } from '../types'
12
import get_base from 'lodash/get'
23
import set_base from 'lodash/set'
3-
import type { DeepPartial } from '../types'
44
import { removeListEmptyVal } from '../array'
55
import { isArray, isDate, isEmpty, isObject, isRegExp } from '../is'
66

0 commit comments

Comments
 (0)