@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.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.4.4
    20
  • 1.4.3
    0
  • 1.4.2
    0
  • 1.4.1
    4
  • 1.4.0
    0

Package Sidebar

Install

npm i @types/remark-abbr

Weekly Downloads

24

Version

1.4.4

License

MIT

Unpacked Size

3.28 kB

Total Files

5

Last publish

Collaborators

  • types