add: converter export from megalodon
This commit is contained in:
parent
f151ab2258
commit
72ff1ffc9d
3 changed files with 21 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ import Misskey from './misskey'
|
|||
import Entity from './entity'
|
||||
import NotificationType from './notification'
|
||||
import FilterContext from './filter_context'
|
||||
import Converter from './converter'
|
||||
|
||||
export {
|
||||
Response,
|
||||
|
|
@ -25,7 +26,8 @@ export {
|
|||
Mastodon,
|
||||
Pleroma,
|
||||
Misskey,
|
||||
Entity
|
||||
Entity,
|
||||
Converter
|
||||
}
|
||||
|
||||
export default generator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue