Init: Create & Init ms Project...
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
9
packages/nashorn/src/index.ts
Normal file
9
packages/nashorn/src/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
declare global {
|
||||
namespace Java {
|
||||
function type(clazz: string): any;
|
||||
function from(javaObj: any): any[];
|
||||
function to(array: any[]): any;
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
Reference in New Issue
Block a user