Skip to content

Commit 3ea62c0

Browse files
committed
crlf
1 parent 0882e0a commit 3ea62c0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/lib/esnext.sharedmemory.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
interface Atomics {
2-
/**
3-
* Performs a finite-time microwait by signaling to the operating system or
4-
* CPU that the current executing code is in a spin-wait loop.
5-
*/
6-
pause(n?: number): void;
7-
}
1+
interface Atomics {
2+
/**
3+
* Performs a finite-time microwait by signaling to the operating system or
4+
* CPU that the current executing code is in a spin-wait loop.
5+
*/
6+
pause(n?: number): void;
7+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @lib: esnext
2-
3-
Atomics.pause();
4-
Atomics.pause(1);
1+
// @lib: esnext
2+
3+
Atomics.pause();
4+
Atomics.pause(1);

0 commit comments

Comments
 (0)