summaryrefslogtreecommitdiff
path: root/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extendedby.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extendedby.go')
-rw-r--r--vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extendedby.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extendedby.go b/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extendedby.go
new file mode 100644
index 000000000..aee926edc
--- /dev/null
+++ b/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extendedby.go
@@ -0,0 +1,15 @@
+// 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"
+)
+
+// LitePubEmojiReactIsExtendedBy returns true if the other's type extends from
+// EmojiReact. Note that it returns false if the types are the same; see the
+// "IsOrExtends" variant instead.
+func LitePubEmojiReactIsExtendedBy(other vocab.Type) bool {
+ return typeemojireact.EmojiReactIsExtendedBy(other)
+}