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
221 B

import AO3 from "./src/classes/AO3.ts";
export default AO3;
export * from "./src/classes/AO3.ts";
export * from "./src/classes/Chapter.ts";
export * from "./src/classes/Search.ts";
export * from "./src/classes/Work.ts";