8 lines
186 B
Go
8 lines
186 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
//go:build script
|
|
// +build script
|
|
|
|
package js
|
|
|
|
type FunctionCallback func(info *FunctionArguments) (any, error)
|