DefinitelyTyped/types/remarkable/index.d.ts
2019-03-20 19:30:15 +01:00

13 lines
467 B
TypeScript

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