website/global.d.ts
Soph :3 5f0ac7efdb
All checks were successful
/ test (push) Successful in 14s
lastfm #freaky
2024-07-29 04:51:25 +03:00

5 lines
64 B
TypeScript

declare global {
let __BLOG_POSTS__: string[]
}
export { };