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

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

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

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

package history

/**
 * Creates a string URL path from the given pathname, search, and hash components.
 *
 * @see https://github.com/remix-run/history/tree/main/docs/api-reference.md#createpath
 */
external fun createPath(
    path: Path,
): String




© 2015 - 2024 Weber Informatics LLC | Privacy Policy