sing/common/json/badjson/empty.go
2024-02-29 13:06:16 +08:00

5 lines
60 B
Go

package badjson
type isEmpty interface {
IsEmpty() bool
}