@nx.js/runtime 0.0.64 → 0.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4142,11 +4142,11 @@ declare namespace Switch {
|
|
|
4142
4142
|
*/
|
|
4143
4143
|
constructor(nro: ArrayBuffer);
|
|
4144
4144
|
/**
|
|
4145
|
-
* Launches the application.
|
|
4145
|
+
* Launches the installed title or homebrew application.
|
|
4146
4146
|
*
|
|
4147
|
-
* @
|
|
4147
|
+
* @param args The arguments to pass to the application (only for homebrew applications).
|
|
4148
4148
|
*/
|
|
4149
|
-
launch(): never;
|
|
4149
|
+
launch(...args: string[]): never;
|
|
4150
4150
|
createSaveDataSync(info: SaveDataCreationInfoWithNacp): SaveData;
|
|
4151
4151
|
/**
|
|
4152
4152
|
* Creates the Save Data for this {@link Application} for the provided user profile.
|