Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import v8 from "node:v8"; // 创建堆快照文件,文件名自动生成 const snapshotPath = v8.writeHeapSnapshot(); console.log(`堆快照已写入:${snapshotPath}`);
.heapsnapshot