mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
parent
6c84d64e67
commit
5acd5e84a3
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -6247,7 +6247,7 @@ export interface NS {
|
||||
* @param data - Data to write.
|
||||
* @param mode - Defines the write mode.
|
||||
*/
|
||||
write(filename: string, data?: string[] | number | string, mode?: "w" | "a"): void;
|
||||
write(filename: string, data?: string, mode?: "w" | "a"): void;
|
||||
|
||||
/**
|
||||
* Attempt to write to a port.
|
||||
|
Loading…
Reference in New Issue
Block a user