mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export const keyOf = <T>(arr: T) => Object.keys(arr) as Array<keyof T>
|
|
export { hasOwn } from '@vue/shared'
|