website/global.d.ts

6 lines
95 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[]
let __STICKERS__: string[]
}
export { };