website/global.d.ts

6 lines
116 B
TypeScript
Raw Permalink Normal View History

2024-04-26 16:38:08 +00:00
declare global {
2024-07-23 19:53:15 +00:00
let __BLOG_POSTS__: string[]
2024-08-29 20:16:35 +00:00
let __GIT_LOG_OUTPUT__: Record<string, string>;
2024-07-23 19:53:15 +00:00
}
export { };