Files
nostr/utils/constraints/constraints.go

6 lines
65 B
Go

package constraints
type Bytes interface {
~string | ~[]byte
}