forked from ard/ruoyi-api

Administrator
2023-10-26 d772fedd4df8eecb78085c112e4939d29ba1b665
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');