blob: babc8e197467edadc33552156a3aad84df7e5e85 (
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"
)
// LitePubLitePubEmojiReactExtends returns true if EmojiReact extends from the
// other's type.
func LitePubLitePubEmojiReactExtends(other vocab.Type) bool {
return typeemojireact.LitePubEmojiReactExtends(other)
}
|