sing/common/json/badjson/empty.go
2024-02-22 18:35:19 +08:00

5 lines
60 B
Go

package badjson
type isEmpty interface {
IsEmpty() bool
}