types: remove unused type

This commit is contained in:
chenjiahan
2020-08-20 22:37:29 +08:00
parent 853417d470
commit 33fa443342
3 changed files with 4 additions and 42 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { isDef, isObject } from '.';
import { ObjectIndex } from './types';
type ObjectIndex = Record<string, any>;
const { hasOwnProperty } = Object.prototype;