diff options
author | 2022-12-29 06:18:38 -0800 | |
---|---|---|
committer | 2022-12-29 06:18:38 -0800 | |
commit | 4cc9a430897e08895807ba97987894731f6fadc5 (patch) | |
tree | 4902beb0b7e87a4a9aa083832f2888ddd8a56feb | |
parent | 01c81a5f5784a8af2f27ac92f122aa343c1f1fca (diff) | |
download | bun-4cc9a430897e08895807ba97987894731f6fadc5.tar.gz bun-4cc9a430897e08895807ba97987894731f6fadc5.tar.zst bun-4cc9a430897e08895807ba97987894731f6fadc5.zip |
Update globals.d.ts
Diffstat (limited to '')
-rw-r--r-- | packages/bun-types/globals.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/globals.d.ts b/packages/bun-types/globals.d.ts index 02a9eaa68..aa532bd42 100644 --- a/packages/bun-types/globals.d.ts +++ b/packages/bun-types/globals.d.ts @@ -1189,7 +1189,7 @@ interface Blob { declare var performance: { /** - * Seconds since Bun.js started + * Milliseconds since Bun.js started * * Uses a high-precision system timer to measure the time elapsed since the * Bun.js runtime was initialized. The value is represented as a double |