nostalgist
Version:
Nostalgist.js is a JavaScript library that allows you to run emulators of retro consoles within web browsers.
6 lines (5 loc) • 387 B
TypeScript
import type { NostalgistOptions, NostalgistOptionsPartial } from '../types/nostalgist-options.ts';
export declare function getDefaultOptions(): Omit<NostalgistOptions, "core">;
export declare function getGlobalOptions(): Partial<NostalgistOptions>;
export declare function updateGlobalOptions(options: NostalgistOptionsPartial): void;
export declare function resetGlobalOptions(): void;