forked from ard/ruoyi-api

zhangnaisong
2024-03-08 9e062ae15051bb5af82aa9cbcd478ead2fb94813
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');