1
0
mirror of https://github.com/kremalicious/asi-calculator.git synced 2025-02-14 21:10:41 +01:00
asi-calculator/types/global.d.ts

5 lines
75 B
TypeScript
Raw Normal View History

2024-03-30 21:56:36 +01:00
declare module '*.md' {
const content: string
export default content
}