Const
Can be used as an iterator to retrieve the list of installed applications.
for (const app of Switch.applications) { console.log(app.name);} Copy
for (const app of Switch.applications) { console.log(app.name);}
Generated using TypeDoc
Can be used as an iterator to retrieve the list of installed applications.