mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
5 lines
60 B
JavaScript
5 lines
60 B
JavaScript
|
global.TakeCallbackInterface = class {
|
||
|
a() {}
|
||
|
b() {}
|
||
|
};
|