source:
trip-planner-front/node_modules/core-js/es/string/iterator.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 262 bytes |
Line | |
---|---|
1 | require('../../modules/es.object.to-string'); |
2 | require('../../modules/es.string.iterator'); |
3 | var Iterators = require('../../internals/iterators'); |
4 | |
5 | var getStringIterator = Iterators.String; |
6 | |
7 | module.exports = function (it) { |
8 | return getStringIterator.call(it); |
9 | }; |
Note:
See TracBrowser
for help on using the repository browser.