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

View File

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