Skip to content

k0michi/pandoc-ts-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandoc-ts-types

This package provides TypeScript definitions for Pandoc AST.

The definition currently complies with pandoc-types 1.23.

Installation

$ npm install --save-dev pandoc-types
$ yarn add -D pandoc-types

Usage

import { PandocJSON } from 'pandoc-types';

const content = await fs.readFile('ast.json', 'utf-8');
const json = JSON.parse(content) as PandocJSON;

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published