UNPKG

@visulima/packem

Version:

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

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