19 lines
799 B
Plaintext
19 lines
799 B
Plaintext
"use strict";
|
|
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
// DO NOT EDIT THIS CODE BY HAND
|
|
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
|
|
// npx nx generate-lib @typescript-eslint/repo-tools
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.es2018_asynciterable = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
const es2015_iterable_1 = require("./es2015.iterable");
|
|
const es2015_symbol_1 = require("./es2015.symbol");
|
|
exports.es2018_asynciterable = {
|
|
...es2015_symbol_1.es2015_symbol,
|
|
...es2015_iterable_1.es2015_iterable,
|
|
SymbolConstructor: base_config_1.TYPE,
|
|
AsyncIterator: base_config_1.TYPE,
|
|
AsyncIterable: base_config_1.TYPE,
|
|
AsyncIterableIterator: base_config_1.TYPE,
|
|
};
|
|
//# sourceMappingURL=es2018.asynciterable.js.map |