You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wattpad-deno/mod.ts

10 lines
338 B

1 year ago
import Wattpad from "./src/classes/Wattpad.ts";
export default Wattpad;
import Chapter from "./src/classes/Chapter.ts";
import Search from "./src/classes/Search.ts";
import Story from "./src/classes/Story.ts";
import User from "./src/classes/User.ts";
const VERSION = "v0.3.0";
export { Chapter, Search, Story, User, VERSION, Wattpad };