@openreasoning/predicate-types
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

predicate-types.js

Test codecov NPM Version

Install

npm install @openreasoning/predicate-types

Usage

// cjs
const getTypes = require('@openreasoning/predicate-types');

// esm
import getTypes from '@openReasoning/predicate-types';

const node;

// fill in value of node of structure:
/*
{
    "value": string,
    "children": Node[]
}
*/
const type = getTypes(node);

Package Sidebar

Install

npm i @openreasoning/predicate-types

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

6.91 kB

Total Files

9

Last publish

Collaborators

  • masterodin
  • masterodinbot