diff --git a/package.json b/package.json index 0e89f68..9e19086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-ts", - "version": "1.0.6", + "version": "1.0.7", "description": "", "license": "ISC", "author": "", diff --git a/types/index.d.ts b/types/index.d.ts index 62d96cf..2d1379a 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1104,7 +1104,7 @@ declare global { */ function find( peripheralType: string, - filter?: (name: string, wrapped?: any) => boolean, + filter?: (name: string, wrapped?: any) => boolean | void, ): [string, any][]; /**