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.

7 lines (5 loc) 120 B
declare function analyze(): { name: string; renderChunk(source: any, chunk: any): void; }; export { analyze };