blob: 7d8879d3cc871ea0f74adaf86a3b2bf72cc8357f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Code generated by astool. DO NOT EDIT.
package streams
import (
typeemojireact "code.superseriousbusiness.org/activity/streams/impl/litepub/type_emojireact"
vocab "code.superseriousbusiness.org/activity/streams/vocab"
)
// LitePubEmojiReactIsDisjointWith returns true if EmojiReact is disjoint with the
// other's type.
func LitePubEmojiReactIsDisjointWith(other vocab.Type) bool {
return typeemojireact.EmojiReactIsDisjointWith(other)
}
|