Const
Can be used as an iterator to retrieve the list of user profiles.
for (const profile of Switch.profiles) { console.log(profile.nickname);} Copy
for (const profile of Switch.profiles) { console.log(profile.nickname);}
Generated using TypeDoc
Can be used as an iterator to retrieve the list of user profiles.