Add is.asyncIterable (#59)

This commit is contained in:
Artur Androsovych 2018-07-09 20:35:16 +03:00 committed by Sindre Sorhus
parent c84c2cbeca
commit c8736c2972
4 changed files with 20 additions and 1 deletions

View file

@ -6,7 +6,8 @@
"dom",
"es2015",
"es2016",
"es2017.sharedmemory"
"es2017.sharedmemory",
"esnext.asynciterable"
],
"module": "commonjs",
"moduleResolution": "node",