UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

5 lines (4 loc) 284 B
import * as d from '../../declarations'; export declare function writeCacheStats(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): void; export declare function getObjectSize(data: any, obj: any): void; export declare function objectSizeEstimate(obj: any): number;