![JAR search and dependency download from the Maven repository](/logo.png)
jsMain.history.MemoryHistory.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package history
/**
* A memory history stores locations in memory. This is useful in stateful
* environments where there is no web browser, such as node tests or React
* Native.
*
* @see https://github.com/remix-run/history/tree/main/docs/api-reference.md#memoryhistory
*/
external interface MemoryHistory : History {
val index: Int
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy