1.0.6 • Published 2 years ago

@types/remark-hint v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago