-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.ts
25 lines (25 loc) · 991 Bytes
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export { b1ff } from './src/b1ff';
export { censor } from './src/censor';
export { chef } from './src/chef';
export { cockney } from './src/cockney';
export { duck } from './src/duck';
export { eleet } from './src/eleet';
export { fudd } from './src/fudd';
export { jethro } from './src/jethro';
export { jibberish } from './src/jibberish';
export { ken } from './src/ken';
export { kenny } from './src/kenny';
export { klaus } from './src/klaus';
export { ky00te } from './src/ky00te';
export { LOLCAT } from './src/LOLCAT';
export { nethackify } from './src/nethackify';
export { newspeak } from './src/newspeak';
export { nyc } from './src/nyc';
export { pirate } from './src/pirate';
export { rasterman } from './src/rasterman';
export { scottish } from './src/scottish';
export { scramble } from './src/scramble';
export { spammer } from './src/spammer';
export { studly } from './src/studly';
export { uniencode } from './src/uniencode';
export { upsidedown } from './src/upsidedown';