All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.history.parsePath.kt Maven / Gradle / Ivy

The newest version!
// Automatically generated - do not modify!

@file:JsModule("history")
@file:JsNonModule

package history

/**
 * Parses a string URL path into its separate pathname, search, and hash components.
 *
 * @see https://github.com/remix-run/history/tree/main/docs/api-reference.md#parsepath
 */
external fun parsePath(
    path: String,
): Path




© 2015 - 2024 Weber Informatics LLC | Privacy Policy