zcash-grant-system/frontend/client/typings/md-loader.d.ts

5 lines
73 B
TypeScript
Raw Normal View History

2019-01-16 15:19:34 -08:00
declare module '*.md' {
const value: string;
export default value;
}