![JAR search and dependency download from the Maven repository](/logo.png)
jsMain.history.createMemoryHistory.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("history")
@file:JsNonModule
package history
/**
* Memory history stores the current location in memory. It is designed for use
* in stateful non-browser environments like tests and React Native.
*
* @see https://github.com/remix-run/history/tree/main/docs/api-reference.md#creatememoryhistory
*/
external fun createMemoryHistory(
options: MemoryHistoryOptions = definedExternally,
): MemoryHistory
© 2015 - 2025 Weber Informatics LLC | Privacy Policy