UNPKG

async-generator-function

Version:

A function that returns the normally hidden `AsyncGeneratorFunction` constructor

27 lines (23 loc) 357 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": "off", }, "overrides": [ { "files": "./index.js", "extends": "@ljharb/eslint-config/node/8", "rules": { "id-length": "off", }, }, { "files": "./require.mjs", "extends": "@ljharb/eslint-config/node/16", "rules": { "id-length": "off", }, }, ], }