redoc/typings/remarkable.d.ts
2016-06-22 12:42:24 +03:00

5 lines
66 B
TypeScript

declare module 'remarkable' {
var x: any;
export default x;
}