UNPKG

hili-lipsum

Version:

Hilichurlian language lorem ipsum generator and web scraper

10 lines (9 loc) 249 B
export = Hilipsum; /** * Hilipsum is a subclass of Hilichurl that defines the local * pre-scraped hilichurlianDB.json in its constructor */ declare class Hilipsum extends Hilichurl { constructor(); } import { Hilichurl } from "../hilichurl";