mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
467 B
TypeScript
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;
|