✏️ 正在编辑: index.d.ts
路径:
/lib/node_modules/npm/node_modules/performance-now/src/index.d.ts
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
// This file describes the package to typescript. /** * Returns the number of milliseconds since the page was loaded (if browser) * or the node process was started. */ declare function now(): number; export = now;
💾 保存文件
← 返回文件管理器