Skip to main content

Normalize (ui)

Functions

normalizeManifestPath

Convert Windows backslashes to forward slashes for use in Chrome extension manifests.

import { normalizeManifestPath } from '@hexajs-dev/ui';
function normalizeManifestPath(filePath: string): string