UNPKG
mad-news
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Dramatic news generator
github.com/rtf6x/mad-news
rtf6x/mad-news
mad-news
/
src
/
dictionaries
/
ru.ts
12 lines
(10 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
sets
from
'./ru/sets'
;
import
predicts
from
'./ru/predicts'
;
import
actions
from
'./ru/actions'
;
import
conclusions
from
'./ru/conclusions'
;
export
default
{ predicts, actions, conclusions, sets, };