blob: 76ca9310b8c83561402a58bff56559150ef9e2fb [file] [log] [blame]
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build js,wasm nacl
package term
func isTerminal(fd int) bool {
return false
}