import "oss.terrastruct.com/d2/lib/env"
env.go
func Debug() bool
func Dev() bool
func DevOnly() bool
People have DEV_MODE on while running tests. If that's the case, this function will return false.
func SkipGraphDiffTests() bool
func Test() bool
func Timeout() (int, bool)