mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
declare module '*.md' {
|
|
const content: string;
|
|
export default content;
|
|
}
|