Accepts an array of strings and returns an array representing a truth table. Symbols: '~': negation, '&': conjunction, '|': disjunction, '->': conditional, '==': biconditional
Ember Truth Helpers
Generate a markdown (GFM) table
Component Story Format (CSF) utilities
Sitemap-generating lib/cli
Generates and consumes source maps
Pretty unicode tables for the command line. Based on the original cli-table.
Redux First History - Redux history binding support react-router - @reach/router - wouter
A library to create, minimize and optimize binary decision diagrams
Detect file name case changes in a Git repository
Directive definitions for Amplify GraphQL transformers.
TypeScript bindings for the LangChain agent streaming protocol
JWA implementation (supports all JWS algorithms)
SSH2 client and server modules written in pure JavaScript for node.js
borderless text tables with alignment
Builds OpenAPI schemas from Zod schemas
No description provided.
Cloudinary NPM for node.js integration
Generates and consumes source maps
Generate pdf tables with javascript (jsPDF plugin)
Effortlessly convert your JSON Object to JSON Schema, Mongoose Schema, or a Generic template for quick documentation / upstart.
PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with TypeScript / JavaScript (PDFKIT plugin)
Reusable configuration files for Rhinestone services
Compiles and stores base binaries for pkg
Generate a truth table for a logical expression
The truthtable library generates a truth table from a logical formula written in Ruby. The truth table can be converted to a logical formula. DNF, CNF and Quine-McCluskey supported.
LogicTools is a set of command-line tools for processing logic expressions. The tools include: simplify_qm for simplifying a logic expression, simplify_es for simplifying a logic expression much more quickly than simplify_qm, std_conj for computing the conjunctive normal form of a logic expression, std_dij for computing the disjunctive normal form a of logic expression, truth_tbl for generating the truth table of a logic expression, is_tautology for checking if a logic expression is a tautology or not, and complement for computing the complement of a logic expression.