Skip to main content

$normalizePath

This function normalizes a given path using the path module.

Parameters

ParameterDescription
pathStringThe path string to be normalized.

Example

<AoiClient>.addCommand({
name: "misc",
code: `
$normalizePath[some/../path]
`,
});