UNPKG
text-to-generate
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.5
1.0.0
Text Generator by Muhammad Fauzan
text-to-generate
/
lib
/
wrapper.js
8 lines
(7 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.exports = {
hilih:
require
(
"./hilih"
),
spongebob:
require
(
"./spongebob"
),
textToAscii:
require
(
"./text-to-ascii"
),
asciiToText:
require
(
"./ascii-to-text"
),
colors:
require
(
"./colors"
), };