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

1.0.0 • Public • Published

Installation

npm install --save @types/remark-heading-id

Summary

This package contains type definitions for remark-heading-id (https://github.com/imcuttle/remark-heading-id).

Details

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

import { Transformer } from "unified";

declare namespace remarkHeadingId {
    interface RemarkHeadingIdOptions {
        defaults?: boolean;
        uniqueDefaults?: boolean;
    }
}

declare function remarkHeadingId(options?: remarkHeadingId.RemarkHeadingIdOptions): Transformer;
export = remarkHeadingId;

Additional Details

  • Last updated: Wed, 28 Feb 2024 05:07:18 GMT
  • Dependencies: unified

Credits

These definitions were written by Cong Yu, and drpsyko101.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/remark-heading-id

Weekly Downloads

1,594

Version

1.0.0

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • types