UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 247 B
import type { BuildContext } from "../types.d.mts"; import type FileCache from "../utils/file-cache.d.mts"; declare const buildTypes: (context: BuildContext, fileCache: FileCache, subDirectory: string) => Promise<void>; export default buildTypes;