sing/common/json/badjson/empty.go
2024-04-10 20:18:42 +08:00

5 lines
60 B
Go

package badjson
type isEmpty interface {
IsEmpty() bool
}