forked from ard/ruoyi-api

Administrator
2024-02-29 454b5a4b87b5c2ffe34f67a53797d6aeb7941995
1
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');