mirror of
https://github.com/MincoMK/computercraft-ts.git
synced 2025-12-10 06:23:19 +00:00
fix: noSelf
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "computercraft-ts",
|
"name": "computercraft-ts",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@@ -277,6 +277,7 @@ declare global {
|
|||||||
* File System API
|
* File System API
|
||||||
* Interact with the computer's files and filesystem, allowing you to manipulate files, directories and paths.
|
* Interact with the computer's files and filesystem, allowing you to manipulate files, directories and paths.
|
||||||
*/
|
*/
|
||||||
|
/** @noSelf **/
|
||||||
namespace fs {
|
namespace fs {
|
||||||
/**
|
/**
|
||||||
* Returns a list of all the files (including subdirectories but not their contents) contained in a directory.
|
* Returns a list of all the files (including subdirectories but not their contents) contained in a directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user