-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The overloaded newProxy function would overload on each imported class, and accept unqualified and fully qualified name strings.
import java = require('tsJavaModule');
var proxy: java.Java.Runnable = java.Java.newProxy('Runnable', {
run: function () { return 'the answer'; }
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels