Exported event type (#12)

This commit is contained in:
Toporkov Igor 2019-07-12 16:27:55 +03:00 committed by GitHub
parent 4d1b63f6b1
commit 9a86adf1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@
-export_type([args/1]).
-export_type([response/1]).
-export_type([machine/2]).
-export_type([event/1]).
-type modopts(O) :: module() | {module(), O}.