Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit e555e80

Browse files
author
Ruben Schmidmeister
committed
Add comment to typescript file
1 parent eb2b657 commit e555e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
declare module '@rschmidmeister/random.js' {
2+
// chosen by fair dice roll. guaranteed to be random.
23
function random(): number;
34
export = random;
45
}

0 commit comments

Comments
 (0)