Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@paperist/types-remark

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperist/types-remark

TypeScript type definitions for wooorm/remark plugins.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
835
increased by2.96%
Maintainers
1
Weekly downloads
 
Created
Source

@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

  • 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

Keywords

FAQs

Package last updated on 07 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc