package js
// Config for a js simulator
type Config struct {
// Path where the simulator is located
Path string
}