Skip to content

Commit c7e4f4e

Browse files
authored
chore: resolve n/no-unsupported-features lint error in symbol/async-iterator
PR-URL: #11927 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent a3a5677 commit c7e4f4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/symbol/async-iterator/lib

lib/node_modules/@stdlib/symbol/async-iterator/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// MODULES //
2222

2323
var hasAsyncIteratorSymbolSupport = require( '@stdlib/assert/has-async-iterator-symbol-support' ); // eslint-disable-line id-length
24+
var Symbol = require( '@stdlib/symbol/ctor' );
2425

2526

2627
// MAIN //

0 commit comments

Comments
 (0)