UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

6 lines (4 loc) 258 B
import type { PackageJson } from "@visulima/package"; import type { InternalBuildOptions } from "../../types.d.cts"; declare const resolveAliases: (packageJson: PackageJson, options: InternalBuildOptions) => Record<string, string>; export = resolveAliases;