Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
269 bytes
|
Line | |
---|
1 | /** PURE_IMPORTS_START _symbol_iterator PURE_IMPORTS_END */
|
---|
2 | import { iterator as Symbol_iterator } from '../symbol/iterator';
|
---|
3 | export function isIterable(input) {
|
---|
4 | return input && typeof input[Symbol_iterator] === 'function';
|
---|
5 | }
|
---|
6 | //# sourceMappingURL=isIterable.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.