package
1.3.0
Repository: https://github.com/studio-b12/goat.git
Documentation: pkg.go.dev

# Functions

NewGoja initializes the Goja engine runtime and sets builtin functions to the global scope.

# Structs

Exception wraps an engine execution error and holds a simple message concluding the error.
Goja is the Engine implementation using ECMAScript 5.

# Interfaces

Engine defines a service which can run scripts.

# Type aliases

State holds a key-value definition of globally availabe variables in a runtime.