Watch-on-LBRY/src/global.d.ts
Kevin Raoofi 4d3a6d6e97 Use the README file for page directions
Add marked dependency for parcel so that it can do that for us
2020-11-25 18:34:59 -05:00

4 lines
67 B
TypeScript

declare module '*.md' {
var _: string;
export default _;
}