1.0.6 • Published 6 months ago

@types/remark-hint v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/remark-hint

Summary

This package contains type definitions for remark-hint (https://github.com/sergioramos/remark-hint).

Details

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

index.d.ts

// Type definitions for remark-hint 1.0
// Project: https://github.com/sergioramos/remark-hint
// Definitions by: Neko <https://github.com/Cattttttttt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.0

import { Plugin } from 'unified';
import { Root } from 'mdast';

declare const remarkHint: Plugin<[], Root, Root>;
export = remarkHint;

Additional Details

Credits

These definitions were written by Neko.

1.0.2

10 months ago

1.0.6

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.1

2 years ago

1.0.0

2 years ago