forked from ard/ruoyi-api

zhangnaisong
2024-07-24 1ca9656140c41165459dfb6f6b7606b3aa6a8747
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');