chore: fix circular dependency (#8452)

This commit is contained in:
neverland 2021-04-02 15:54:41 +08:00 committed by GitHub
parent b1acf75151
commit 380f33a614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { isDef, isObject } from '.';
import { isDef, isObject } from './base';
type ObjectIndex = Record<string, any>;