cutego/qt_notjs.go

12 lines
129 B
Go

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