ooxast-util-properties
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.

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

Name Type
node Element

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

Readme

Keywords

Package Sidebar

Install

npm i ooxast-util-properties

Weekly Downloads

1

Version

0.1.1

License

GPL-3.0-or-later

Unpacked Size

8.25 kB

Total Files

7

Last publish

Collaborators

  • tefkah