@types/runmd
TypeScript icon, indicating that this package has built-in type declarations

1.3.3 • Public • Published

Installation

npm install --save @types/runmd

Summary

This package contains type definitions for runmd (https://github.com/broofa/runmd).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/runmd.

index.d.ts

/**
 * Render RunMD-compatible markdown file
 * @param inputText - text to transform
 */
export function render(inputText: string, options?: Options): string;

export interface Options {
    /**
     * name of input file
     */
    inputName?: string | undefined;
    /**
     * name of output file
     */
    outputName?: string | undefined;
    /**
     * if true, disables RunMD footer
     */
    lame?: boolean | undefined;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Piotr Błażejewicz.

Dependents (0)

Package Sidebar

Install

npm i @types/runmd

Weekly Downloads

362

Version

1.3.3

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types