// Type definitions for remarkable 1.7 // Project: https://github.com/jonschlinkert/remarkable // Definitions by: makepost // Richard Lea // Lilian Saget-Lethias // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 import Remarkable = require("./lib"); export = Remarkable; export as namespace Remarkable;