UNPKG

@visulima/packem

Version:

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

5 lines (3 loc) 199 B
import type { PackageJson } from "@visulima/package"; declare const getPackageSideEffect: (cwd: string, packageJson: PackageJson) => ((id: string) => boolean | null); export = getPackageSideEffect;