UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

7 lines (6 loc) 164 B
export default function isArray(input) { return ( input instanceof Array || Object.prototype.toString.call(input) === '[object Array]' ); }