ship-gis/node_modules/core-js/modules/es.symbol.async-iterator.js

7 lines
230 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
'use strict';
var defineWellKnownSymbol = require('../internals/well-known-symbol-define');
// `Symbol.asyncIterator` well-known symbol
// https://tc39.es/ecma262/#sec-symbol.asynciterator
defineWellKnownSymbol('asyncIterator');