JSDoc -> API reference doc
This commit is contained in:
parent
5ecc9916d8
commit
58089a89eb
|
@ -72,7 +72,7 @@ console.log(bigintModArith.modInv(BigInt('3'), BigInt('5'))) // prints 2
|
|||
|
||||
```
|
||||
|
||||
## JS Doc
|
||||
## API reference documentation
|
||||
|
||||
<a name="abs"></a>
|
||||
|
||||
|
|
|
@ -72,6 +72,6 @@ console.log(bigintModArith.modInv(BigInt('3'), BigInt('5'))) // prints 2
|
|||
|
||||
```
|
||||
|
||||
## JS Doc
|
||||
## API reference documentation
|
||||
|
||||
{{>main}}
|
||||
|
|
Loading…
Reference in New Issue