1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-29 12:40:06 +01:00
2022-06-03 16:24:40 +02:00

5 lines
77 B
TypeScript

declare module "*.md" {
const content: string;
export default content;
}