0.1.1 • Published 1 year ago

ooxast-util-properties v0.1.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

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

ooxast-util-properties

Return the properties of an ooxast node as a JSON object

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 ooxast-util-properties
# or with yarn
# yarn add ooxast-util-properties
# or with npm
# npm install ooxast-util-properties

Use

API


getPr()

Signature

getPr(node: Element): PrObject;

Parameters

NameType
nodeElement

Returns

PrObject

Defined in: lib/ooxast-util-properties.ts:35


PrObject

Indexable

key: string: string | boolean | PrObject

Syntax tree

Types

Compatibility

Security

Related

Contribute

License

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