// 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) }