mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
NETSCRIPT: Moved formatting functions to their own interface (#1635)
This commit is contained in:
@@ -36,5 +36,6 @@ export type CodingContractSignatures = {
|
||||
"Encryption I: Caesar Cipher": [[string, number], string];
|
||||
"Encryption II: Vigenère Cipher": [[string, string], string];
|
||||
"Square Root": [bigint, bigint, [string, string]];
|
||||
"Total Number of Primes": [number[], number];
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user