UNPKG

@visulima/packem

Version:

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

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