UNPKG

hili-lipsum

Version:

Hilichurlian language lorem ipsum generator and web scraper

10 lines (9 loc) 508 B
import { removeSpecialChars } from "./utils"; import { getParenthesisWords } from "./utils"; import { getParenthesisStartWords } from "./utils"; import { saveToJSON } from "./utils"; import { delayProcess } from "./utils"; import { scrapewords } from "./classes/hilichurl"; import { Hilichurl } from "./classes/hilichurl"; import { Hilipsum } from "./classes/hilipsum"; export { removeSpecialChars, getParenthesisWords, getParenthesisStartWords, saveToJSON, delayProcess, scrapewords, Hilichurl, Hilipsum };