We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3426a7 commit 90c5d32Copy full SHA for 90c5d32
1 file changed
bin/cli_commands.json
@@ -107,6 +107,12 @@
107
"path": "@stdlib/assert/has-async-await-support",
108
"group": "assert"
109
},
110
+ {
111
+ "command": "has-async-iterator-symbol-support",
112
+ "description": "Detect Symbol.asyncIterator support.",
113
+ "path": "@stdlib/assert/has-async-iterator-symbol-support",
114
+ "group": "assert"
115
+ },
116
{
117
"command": "has-class-support",
118
"description": "Detect ES6 class support.",
0 commit comments