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

0.1.3 • Public • Published

@paperist/types-remark

LICENSE standard-readme compliant

TypeScript type definitions for wooorm/remark plugins.

Table of Contents

Install

npm i @paperist/types-remark

NOTE | You should NOT install mdast, unist packages. It is not exists on npm.

Usage

First, you should set @paperist/types-remark to types in tsconfig.json.

{
  "compilerOptions": {
    "types": ["node", "@paperist/types-remark"]
  }
}

Supported packages

  • unist-util-visit
    • import * as Visit from 'unist-util-visit';
  • remark-parse
    • import * as RemarkParse from 'remark-parse';
  • MDAST (no npm package)
    • import { MDAST } from 'mdast';
  • Unist (no npm package)
    • import { UNIST } from 'unist';

Contribute

PRs accepted.

License

3846masa MIT (c) 3846masa

Readme

Keywords

Package Sidebar

Install

npm i @paperist/types-remark

Weekly Downloads

1,225

Version

0.1.3

License

MIT

Last publish

Collaborators

  • paperist-owner
  • 3846masa