6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
declare global {
|
|
let __BLOG_POSTS__: string[]
|
|
let __GIT_LOG_OUTPUT__: Record<string, string>;
|
|
}
|
|
export { };
|