Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/tools/bundle/src/Rollup.ts:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
* @since 4.0.0
48
*/
49
export
class
BundleStats extends Data.TaggedClass(
"BundleStats"
)<{
50
readonly path: string
51
readonly sizeInBytes: number
52
}> {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected