mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
ok figured out how to make the javascript autocomplete.
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
export const libSource = `interface NS {
|
||||
args: string[];
|
||||
/**
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
* Example documentation for scan.
|
||||
*/
|
||||
scan(ip: string, hostnames: boolean): string[];
|
||||
|
||||
Reference in New Issue
Block a user