We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df65218 commit 42f8cd2Copy full SHA for 42f8cd2
1 file changed
packages/melonjs/src/application/settings.ts
@@ -161,6 +161,7 @@ export type ApplicationSettings = {
161
/**
162
* Resolved application settings after init() has processed the input.
163
* Includes computed properties not present in the user-facing settings.
164
+ * @ignore
165
*/
166
export type ResolvedApplicationSettings = ApplicationSettings & {
167
width: number;
0 commit comments