@redux-multipurpose/angular-cli
Version:
A multipurpose redux tools angular cli
1 lines • 124 B
text/typescript
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number' && typeof x !== 'function');
A multipurpose redux tools angular cli