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

8 lines
236 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";
export { AO3, Chapter, Search, Work };