UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 163 B
import type { PreRenderedChunk } from "rollup"; declare const getChunkFilename: (chunk: PreRenderedChunk, extension: string) => string; export = getChunkFilename;