export const keyOf = (arr: T) => Object.keys(arr) as Array export { hasOwn } from '@vue/shared'