UNPKG

@storm-software/build-tools

Version:

A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.

8 lines (5 loc) 404 B
import { S as StormWorkspaceConfig } from '../types-Dtcm4vJy.js'; import { AssetGlob } from '../types.js'; import 'zod/v4'; declare const copyAssets: (config: StormWorkspaceConfig, assets: (AssetGlob | string)[], outputPath: string, projectRoot: string, sourceRoot: string, generatePackageJson?: boolean, includeSrc?: boolean, banner?: string, footer?: string) => Promise<void>; export { copyAssets };