mirror of
https://github.com/SnapEnhance/scripting-docs.git
synced 2026-08-30 20:24:23 +00:00
feat(interfaces): new thread function
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@@ -255,6 +255,7 @@ declare module "ipc" {
|
||||
declare module "java-interfaces" {
|
||||
function runnable(callback: (() => void)): any;
|
||||
function newProxy(javaClass: Class<any>, callback: ((proxy: any, method: any, args: any[]) => any)): any;
|
||||
function thread(callback: (() => void)): any;
|
||||
}
|
||||
|
||||
declare module "messaging" {
|
||||
|
||||
Reference in New Issue
Block a user