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
/
lib
/
dictionaries
/
en
/
conclusions.d.ts
9 lines
(8 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
: {
male
:
string
[];
female
:
string
[];
plural
:
string
[];
aliens
:
string
[];
bigfoot
:
string
[]; };
export
default
_default;