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
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: @types/unist, remark, unified
Credits
These definitions were written by Luke Carrier.