critical-thinking
v1.1.0
Published
An NPM packaged collection of critical thinking cards.
Downloads
13
Readme
Critical thinking
Expose a list of biases and fallacies as compiles by School Of Thought.
Quick Start
/**
* @type {Array<object>} biases
* @type {Array<object>} fallacies
*/
const { biases, fallacies } = require("critical-thinking");
// …