normalizeAliases(aliases: Record<string, string>): NormalizedRecord
normalizes alias records and optimizes nested aliases
@reliverse/pathkit is a slash‑consistent, cross‑platform path manipulation, with POSIX forward slash, drop‑in for node:path and unjs/pathe. This library extends the node:path module with a set of functions for manipulating file paths.
normalizeAliases(aliases: Record<string, string>): NormalizedRecord
normalizes alias records and optimizes nested aliases
Add Package
deno add jsr:@reliverse/pathkit
Import symbol
import { normalizeAliases } from "@reliverse/pathkit";
Import directly with a jsr specifier
import { normalizeAliases } from "jsr:@reliverse/pathkit";
Add Package
pnpm i jsr:@reliverse/pathkit
pnpm dlx jsr add @reliverse/pathkit
Import symbol
import { normalizeAliases } from "@reliverse/pathkit";
Add Package
yarn add jsr:@reliverse/pathkit
yarn dlx jsr add @reliverse/pathkit
Import symbol
import { normalizeAliases } from "@reliverse/pathkit";
Add Package
vlt install jsr:@reliverse/pathkit
Import symbol
import { normalizeAliases } from "@reliverse/pathkit";
Add Package
npx jsr add @reliverse/pathkit
Import symbol
import { normalizeAliases } from "@reliverse/pathkit";
Add Package
bunx jsr add @reliverse/pathkit
Import symbol
import { normalizeAliases } from "@reliverse/pathkit";