mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
fix ns.read return type
This commit is contained in:
parent
4d47785f28
commit
1135508683
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -6014,7 +6014,7 @@ export interface NS {
|
|||||||
* @param handle - Filename to read from.
|
* @param handle - Filename to read from.
|
||||||
* @returns Data in the specified text file.
|
* @returns Data in the specified text file.
|
||||||
*/
|
*/
|
||||||
read(handle: string): PortData;
|
read(handle: string);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a copy of the data from a port without popping it.
|
* Get a copy of the data from a port without popping it.
|
||||||
|
Loading…
Reference in New Issue
Block a user