Skip to content

API / wxt / normalizePath

Function: normalizePath()

normalizePath(path): string

Source: packages/wxt/src/core/utils/paths.ts:8

Converts system paths to normalized bundler path. On Windows, this returns paths with / instead of ``.

Parameters

path

string

Returns

string


Generated using typedoc-plugin-markdown and TypeDoc