mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-16 04:43:05 +00:00
1 line
345 B
Plaintext
1 line
345 B
Plaintext
{"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');"]} |