rejour-parse
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Note This repository is automatically generated from the main parser monorepo. Please submit any issues or pull requests there.

rejour-parse

Parser for rejour that parses the JATS document to a jast tree.

Contents

What is this?

When should I use this?

Install

This package is ESM only. In Node.js (version 12.20+, 14.14+, 16.0+, 18.0+), install as

pnpm add rejour-parse
# or with yarn
# yarn add rejour-parse
# or with npm
# npm install rejour-parse

Use

API


default()

Signature

default(options: Settings = {}): void;

Parameters

Name Type
options Settings

Returns

void

Defined in: lib/rejour-parse.ts:18


Settings

Properties

fragment?

boolean

Defined in: lib/rejour-parse.ts:15

removeWhiteSpace?

boolean

Defined in: lib/rejour-parse.ts:14

Syntax tree

Types

Compatibility

Security

Related

Contribute

License

GPL-3.0-or-later © Thomas F. K. Jorna

Package Sidebar

Install

npm i rejour-parse

Weekly Downloads

1

Version

0.1.1

License

GPL-3.0-or-later

Unpacked Size

9.66 kB

Total Files

7

Last publish

Collaborators

  • tefkah