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.
ao3-deno/mod.ts

9 lines
271 B

import AO3 from "./src/classes/AO3.ts";
export default AO3;
import Chapter from "./src/classes/Chapter.ts";
import Search from "./src/classes/Search.ts";
import Work from "./src/classes/Work.ts";
const VERSION = "v0.2.0";
export { AO3, Chapter, Search, VERSION, Work };