mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +10:00
fix: update index.js & index.d.ts
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -4,6 +4,7 @@
|
||||
/* auto-generated by NAPI-RS */
|
||||
|
||||
export declare function hasBackendForPath(path: string): boolean
|
||||
export declare function listFiles(path: string): Array<string>
|
||||
export declare function callAltThreadFunc(callback: (...args: any[]) => any): void
|
||||
export declare function generateManifest(dir: string, progress: (...args: any[]) => any, log: (...args: any[]) => any, callback: (...args: any[]) => any): void
|
||||
export declare function generateRootCa(): Array<string>
|
||||
|
||||
Reference in New Issue
Block a user