You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
345 B
1 line
345 B
2 years ago
|
{"version":3,"file":"isArrayLike.js","sourceRoot":"","sources":["../../src/util/isArrayLike.ts"],"names":[],"mappings":";AAAa,mBAAW,GAAG,CAAC,UAAI,CAAM,IAAwB,OAAA,CAAC,IAAI,OAAO,CAAC,CAAC,MAAM,KAAK,QAAQ,EAAjC,CAAiC,CAAC,CAAC","sourcesContent":["export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number');"]}
|