astro-github-stats/index.ts
2022-09-24 16:16:24 +02:00

5 lines
261 B
TypeScript

// Do not write code directly here, instead use the `src` folder!
// What you should do here is re-exports all the things you want your user to access, ex:
// export { HelloWorld } from "./src/main.ts"
// export type { HelloWorldResult } from "./src/types.ts"