UNPKG

memory-watch

Version:

Advanced Node.js memory monitoring with stack trace analysis, user code detection, and memory leak identification

7 lines 257 B
export { MemoryWatch } from "./MemoryWatch"; export * from "./types/index"; export * from "./utils/formatBytes"; export * from "./utils/diagnostic"; import { MemoryWatch } from "./MemoryWatch"; export default MemoryWatch; //# sourceMappingURL=index.d.ts.map