website/global.d.ts

5 lines
64 B
TypeScript
Raw 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[]
}
export { };