We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a836f commit 4dcd47dCopy full SHA for 4dcd47d
README.md
@@ -9,8 +9,8 @@ The main id generation function is written in C++ using N-API which makes the pr
9
for id generation also guaratees that the generated number will be of size 64 bits.
10
11
### NOTE
12
-The ID generator produces faster ids if the return type is bigint, but this option is disabled by default to the
13
-time javascript bigint to string conversion will take. This conversion is thus by default handled by C++ internally.
+The ID generator produces faster ids if the return type is bigint, but this option is disabled by default because
+of the time javascript bigint to string conversion will take. This conversion is thus by default handled by C++ internally.
14
15
## How to install
16
0 commit comments