Files
araxiapatch/vendor/github.com/therecipe/qt/qt_notjs.go
Turleynerd 2f6beb2065 full code
2023-09-02 04:14:49 -04:00

12 lines
129 B
Go

// +build !js
package qt
type jsValue interface {
Call(...string) jsValue
Int() int
}
var Global jsValue
var Module jsValue