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

1.4.4 • Public • Published

Installation

npm install --save @types/remark-abbr

Summary

This package contains type definitions for remark-abbr (https://github.com/zestedesavoir/zmarkdown).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/remark-abbr.

index.d.ts

import { Plugin } from "unified";

declare namespace remarkAbbr {
    type Abbr = Plugin<[Options?]>;

    interface Options {
        expandFirst?: boolean | undefined;
    }
}

declare const remarkAbbr: remarkAbbr.Abbr;
export = remarkAbbr;

Additional Details

Credits

These definitions were written by Luke Carrier.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/remark-abbr

Weekly Downloads

19

Version

1.4.4

License

MIT

Unpacked Size

3.28 kB

Total Files

5

Last publish

Collaborators

  • types