ok figured out how to make the javascript autocomplete.

This commit is contained in:
Olivier Gagnon
2021-08-20 17:14:20 -04:00
parent 4497143785
commit f02c6443cc
2 changed files with 28 additions and 1 deletions

View File

@@ -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[];